Re: v7.3Beta4 Tag'd and Packaged ...
Marc Fournier <scrappy@hub.org>
From: "Marc G. Fournier" <scrappy@hub.org>
To: Thomas Lockhart <lockhart@fourpalms.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, <pgsql-hackers@postgresql.org>
Date: 2002-11-05T22:48:47Z
Lists: pgsql-hackers
On Tue, 5 Nov 2002, Thomas Lockhart wrote: > ... > > to pull in those changes that were made to the REL7_3_STABLE branch ... > > Right. > > > But, if I did: > > cvs checkout -rREL7_3_STABLE pgsql > > What would I use as BRANCHNAME in the -j to 'pull in' the changes we made > > to HEAD? Or is there where I'm misunderstanding something? > > Use "HEAD" for the tag from within the REL7_3_STABLE branch: > > cvs update -jHEAD pgsql > > The files will then show that they are modified, and you can then commit > the changes to your branch. *groan* I figured I was restricted to that which shows as BRANCH/TAGs in a cvs log :( Noted for next release cycle ... thanks