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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html