...
> 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