Git for commiters

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Git for commiters

Jacques Le Roux
Administrator
Hi,

Is someone using "Git for commiters" as explained at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?

Thanks

Jacques

Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Michael Brohl-3
Hi Jacques,

what do you mean with "using"? What's the intention of your question?

Regards,

Michael


Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
> Hi,
>
> Is someone using "Git for commiters" as explained at
> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?
>
> Thanks
>
> Jacques
>



smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Jacques Le Roux
Administrator
Er, I want to know if some committers are using "Git for commiters" as described at
https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?

How could I say that differently?

This page is linked from http://ofbiz.apache.org/source-repositories.html

I have no intentions yet, just curious.

Jacques


Le 18/02/2017 à 11:19, Michael Brohl a écrit :

> Hi Jacques,
>
> what do you mean with "using"? What's the intention of your question?
>
> Regards,
>
> Michael
>
>
> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>> Hi,
>>
>> Is someone using "Git for commiters" as explained at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?
>>
>> Thanks
>>
>> Jacques
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Scott Gray-3
I've been using git-svn for years, I don't think my setup involved as many
steps as that document shows though.  I think I just started from git svn
init.

The main advantages for me was to be able to stash works in progress and to
make multiple local commits before pushing to svn.

Regards
Scott

On 19 February 2017 at 01:41, Jacques Le Roux <[hidden email]>
wrote:

> Er, I want to know if some committers are using "Git for commiters" as
> described at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+
> committers ?
>
> How could I say that differently?
>
> This page is linked from http://ofbiz.apache.org/source-repositories.html
>
> I have no intentions yet, just curious.
>
> Jacques
>
>
>
> Le 18/02/2017 à 11:19, Michael Brohl a écrit :
>
>> Hi Jacques,
>>
>> what do you mean with "using"? What's the intention of your question?
>>
>> Regards,
>>
>> Michael
>>
>>
>> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>>
>>> Hi,
>>>
>>> Is someone using "Git for commiters" as explained at
>>> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>>
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Jacques Le Roux
Administrator
Thanks Scott,

Do you mean you are still using it, or?

Jacques


Le 18/02/2017 à 23:03, Scott Gray a écrit :

> I've been using git-svn for years, I don't think my setup involved as many
> steps as that document shows though.  I think I just started from git svn
> init.
>
> The main advantages for me was to be able to stash works in progress and to
> make multiple local commits before pushing to svn.
>
> Regards
> Scott
>
> On 19 February 2017 at 01:41, Jacques Le Roux <[hidden email]>
> wrote:
>
>> Er, I want to know if some committers are using "Git for commiters" as
>> described at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+
>> committers ?
>>
>> How could I say that differently?
>>
>> This page is linked from http://ofbiz.apache.org/source-repositories.html
>>
>> I have no intentions yet, just curious.
>>
>> Jacques
>>
>>
>>
>> Le 18/02/2017 à 11:19, Michael Brohl a écrit :
>>
>>> Hi Jacques,
>>>
>>> what do you mean with "using"? What's the intention of your question?
>>>
>>> Regards,
>>>
>>> Michael
>>>
>>>
>>> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>>>
>>>> Hi,
>>>>
>>>> Is someone using "Git for commiters" as explained at
>>>> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?
>>>>
>>>> Thanks
>>>>
>>>> Jacques
>>>>
>>>>
>>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Scott Gray-3
Well it's been a while since I worked on the trunk but yes, I would still
use git svn for the work.

Regards
Scott

On 19/02/2017 21:18, "Jacques Le Roux" <[hidden email]> wrote:

Thanks Scott,

Do you mean you are still using it, or?

Jacques



Le 18/02/2017 à 23:03, Scott Gray a écrit :

> I've been using git-svn for years, I don't think my setup involved as many
> steps as that document shows though.  I think I just started from git svn
> init.
>
> The main advantages for me was to be able to stash works in progress and to
> make multiple local commits before pushing to svn.
>
> Regards
> Scott
>
> On 19 February 2017 at 01:41, Jacques Le Roux <
> [hidden email]>
> wrote:
>
> Er, I want to know if some committers are using "Git for commiters" as
>> described at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+
>> committers ?
>>
>> How could I say that differently?
>>
>> This page is linked from http://ofbiz.apache.org/source-repositories.html
>>
>> I have no intentions yet, just curious.
>>
>> Jacques
>>
>>
>>
>> Le 18/02/2017 à 11:19, Michael Brohl a écrit :
>>
>> Hi Jacques,
>>>
>>> what do you mean with "using"? What's the intention of your question?
>>>
>>> Regards,
>>>
>>> Michael
>>>
>>>
>>> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>>>
>>> Hi,
>>>>
>>>> Is someone using "Git for commiters" as explained at
>>>> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?
>>>>
>>>> Thanks
>>>>
>>>> Jacques
>>>>
>>>>
>>>>
>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Jacques Le Roux
Administrator
OK thanks, so would you say that the steps in the document are too much and you could change them or it's OK and up to date as is?

Jacques


Le 19/02/2017 à 09:29, Scott Gray a écrit :

> Well it's been a while since I worked on the trunk but yes, I would still
> use git svn for the work.
>
> Regards
> Scott
>
> On 19/02/2017 21:18, "Jacques Le Roux" <[hidden email]> wrote:
>
> Thanks Scott,
>
> Do you mean you are still using it, or?
>
> Jacques
>
>
>
> Le 18/02/2017 à 23:03, Scott Gray a écrit :
>
>> I've been using git-svn for years, I don't think my setup involved as many
>> steps as that document shows though.  I think I just started from git svn
>> init.
>>
>> The main advantages for me was to be able to stash works in progress and to
>> make multiple local commits before pushing to svn.
>>
>> Regards
>> Scott
>>
>> On 19 February 2017 at 01:41, Jacques Le Roux <
>> [hidden email]>
>> wrote:
>>
>> Er, I want to know if some committers are using "Git for commiters" as
>>> described at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+
>>> committers ?
>>>
>>> How could I say that differently?
>>>
>>> This page is linked from http://ofbiz.apache.org/source-repositories.html
>>>
>>> I have no intentions yet, just curious.
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 18/02/2017 à 11:19, Michael Brohl a écrit :
>>>
>>> Hi Jacques,
>>>> what do you mean with "using"? What's the intention of your question?
>>>>
>>>> Regards,
>>>>
>>>> Michael
>>>>
>>>>
>>>> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>>>>
>>>> Hi,
>>>>> Is someone using "Git for commiters" as explained at
>>>>> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers ?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Scott Gray-3
I couldn't say sorry, I set it up once 5+ years ago and I've never had to
set it up again since.  The instructions don't look clear to me at first
glance (I don't know what some of them do), but I'm not in a position to
improve upon them.  Surely someone is using this setup who put it in place
more recently?

Regards
Scott

On 19 February 2017 at 22:22, Jacques Le Roux <[hidden email]>
wrote:

> OK thanks, so would you say that the steps in the document are too much
> and you could change them or it's OK and up to date as is?
>
> Jacques
>
>
>
> Le 19/02/2017 à 09:29, Scott Gray a écrit :
>
>> Well it's been a while since I worked on the trunk but yes, I would still
>> use git svn for the work.
>>
>> Regards
>> Scott
>>
>> On 19/02/2017 21:18, "Jacques Le Roux" <[hidden email]>
>> wrote:
>>
>> Thanks Scott,
>>
>> Do you mean you are still using it, or?
>>
>> Jacques
>>
>>
>>
>> Le 18/02/2017 à 23:03, Scott Gray a écrit :
>>
>> I've been using git-svn for years, I don't think my setup involved as many
>>> steps as that document shows though.  I think I just started from git svn
>>> init.
>>>
>>> The main advantages for me was to be able to stash works in progress and
>>> to
>>> make multiple local commits before pushing to svn.
>>>
>>> Regards
>>> Scott
>>>
>>> On 19 February 2017 at 01:41, Jacques Le Roux <
>>> [hidden email]>
>>> wrote:
>>>
>>> Er, I want to know if some committers are using "Git for commiters" as
>>>
>>>> described at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+
>>>> committers ?
>>>>
>>>> How could I say that differently?
>>>>
>>>> This page is linked from http://ofbiz.apache.org/source
>>>> -repositories.html
>>>>
>>>> I have no intentions yet, just curious.
>>>>
>>>> Jacques
>>>>
>>>>
>>>>
>>>> Le 18/02/2017 à 11:19, Michael Brohl a écrit :
>>>>
>>>> Hi Jacques,
>>>>
>>>>> what do you mean with "using"? What's the intention of your question?
>>>>>
>>>>> Regards,
>>>>>
>>>>> Michael
>>>>>
>>>>>
>>>>> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>>>>>
>>>>> Hi,
>>>>>
>>>>>> Is someone using "Git for commiters" as explained at
>>>>>> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers
>>>>>> ?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Git for commiters

Jacques Le Roux
Administrator
Thanks Scott,

Seems you are the only person to still use it. I guess it's better to let it as is for now.

Jacques


Le 01/03/2017 à 04:45, Scott Gray a écrit :

> I couldn't say sorry, I set it up once 5+ years ago and I've never had to
> set it up again since.  The instructions don't look clear to me at first
> glance (I don't know what some of them do), but I'm not in a position to
> improve upon them.  Surely someone is using this setup who put it in place
> more recently?
>
> Regards
> Scott
>
> On 19 February 2017 at 22:22, Jacques Le Roux <[hidden email]>
> wrote:
>
>> OK thanks, so would you say that the steps in the document are too much
>> and you could change them or it's OK and up to date as is?
>>
>> Jacques
>>
>>
>>
>> Le 19/02/2017 à 09:29, Scott Gray a écrit :
>>
>>> Well it's been a while since I worked on the trunk but yes, I would still
>>> use git svn for the work.
>>>
>>> Regards
>>> Scott
>>>
>>> On 19/02/2017 21:18, "Jacques Le Roux" <[hidden email]>
>>> wrote:
>>>
>>> Thanks Scott,
>>>
>>> Do you mean you are still using it, or?
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 18/02/2017 à 23:03, Scott Gray a écrit :
>>>
>>> I've been using git-svn for years, I don't think my setup involved as many
>>>> steps as that document shows though.  I think I just started from git svn
>>>> init.
>>>>
>>>> The main advantages for me was to be able to stash works in progress and
>>>> to
>>>> make multiple local commits before pushing to svn.
>>>>
>>>> Regards
>>>> Scott
>>>>
>>>> On 19 February 2017 at 01:41, Jacques Le Roux <
>>>> [hidden email]>
>>>> wrote:
>>>>
>>>> Er, I want to know if some committers are using "Git for commiters" as
>>>>
>>>>> described at https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+
>>>>> committers ?
>>>>>
>>>>> How could I say that differently?
>>>>>
>>>>> This page is linked from http://ofbiz.apache.org/source
>>>>> -repositories.html
>>>>>
>>>>> I have no intentions yet, just curious.
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>>
>>>>> Le 18/02/2017 à 11:19, Michael Brohl a écrit :
>>>>>
>>>>> Hi Jacques,
>>>>>
>>>>>> what do you mean with "using"? What's the intention of your question?
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Michael
>>>>>>
>>>>>>
>>>>>> Am 18.02.17 um 10:14 schrieb Jacques Le Roux:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>>> Is someone using "Git for commiters" as explained at
>>>>>>> https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers
>>>>>>> ?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>