...
to pull in those changes that were made to the REL7_3_STABLE branch ...
Right.
Use "HEAD" for the tag from within the REL7_3_STABLE branch: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?
cvs update -jHEAD pgsql
The files will then show that they are modified, and you can then commit the changes to your branch.
- Thomas
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly