Re: Managing multiple branches in git - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Managing multiple branches in git
Date
Msg-id 13644.1243958606@sss.pgh.pa.us
Whole thread Raw
In response to Re: Managing multiple branches in git  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Managing multiple branches in git  ("David E. Wheeler" <david@kineticode.com>)
Re: Managing multiple branches in git  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> Yeah, with git, rather than cd'ing to another directory, you'd just do  
> `git checkout rel8_3` and work from the same directory.

That's what I'd gathered, and frankly it is not an acceptable answer.
Sure, the "checkout" operation is remarkably fast, but it does nothing
for derived files.  What would really be involved here (if I wanted to
be sure of having a non-broken build) ismake maintainer-cleangit checkout rel8_3configuremake
which takes long enough that I'll have plenty of time to consider
how much I hate git.  If there isn't a better way proposed, I'm
going to flip back to voting against this conversion.  I need tools
that work for me not against me.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: User-facing aspects of serializable transactions
Next
From: "Markus Wanner"
Date:
Subject: Re: PostgreSQL Developer meeting minutes up