Re: Managing multiple branches in git

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Managing multiple branches in git
Дата
Msg-id 4A26B399.50007@dunslane.net
обсуждение исходный текст
Ответ на Re: Managing multiple branches in git  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers

Magnus Hagander wrote:
> Andrew Dunstan wrote:
>   
>> Dave Page wrote:
>>     
>>> On Wed, Jun 3, 2009 at 4:01 PM, Alvaro Herrera
>>> <alvherre@commandprompt.com> wrote:
>>>
>>>  
>>>       
>>>> Well, it sounds about perfect for my use case too (which is
>>>> approximately the same as Tom's), but the description makes it sound
>>>> unsupported.  It doesn't work on Windows which doesn't bother me
>>>> personally but may be a showstopper more generally.
>>>>     
>>>>         
>>> It's not a showstopper for me. Can't speak for Magnus, Andrew or
>>> anyone else working on Windows though. I imagine those two are the
>>> most likely to have issues if they're back-patching - and that should
>>> just be a matter of disk space.
>>>
>>>   
>>>       
>> Yeah, AFAIK Magnus doesn't commit direct from Windows, and neither do I,
>> and this should not be a showstopper for anyone who isn't a committer.
>>     
>
> Well, partially correct.
>
> My workflow today is that I do the commit on a git repository in my
> Windows VM. Which I then "git push" out to my linux box. Where I do a
> make to be sure I didn't break things :-), and then just extract the
> patch with "git diff" and apply it manually to the cvs tree, and finally
> I commit in cvs...
>
> Even if we move to git, I have no desire to push directly from Windows
> into the core repository. I'll still stage it through a local one.
>   

I see. In that case, though, you probably do need to be able to do thing 
atomically across branches, so that you can push a single changeset, no?

Anyway, it sounds like it's not going to be a showstopper.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Managing multiple branches in git
Следующее
От: Tom Lane
Дата:
Сообщение: Re: It's June 1; do you know where your release is?