Re: v7.3Beta4 Tag'd and Packaged ...

lockhart@fourpalms.org

From: Thomas Lockhart <lockhart@fourpalms.org>
To: "Marc G. Fournier" <scrappy@hub.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2002-11-05T18:53:54Z
Lists: pgsql-hackers
...
> 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.

                 - Thomas