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

From Tom Lane
Subject Re: Managing multiple branches in git
Date
Msg-id 20023.1243980676@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>)
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> Perhaps there's a master repository that corresonds to CVS HEAD, and  
> then release branches are actually separate git repositories.

Yeah, I was speculating about that one too.  It might be workable.
Just "cp -r" the master whenever we fork a new branch.  However, there'd
be no very easy way to get a change history that includes patches that
applied only to some back branches (something that does happen, a few
times a year perhaps).  Maybe that special log tool Andrew was
speculating about would take the form of a program to aggregate the
change histories of several repositories.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Managing multiple branches in git
Next
From: "David E. Wheeler"
Date:
Subject: Re: Managing multiple branches in git