We just have a tag: branchname-merge that we place on the branch after each merge (at the head of the branch). Then, when you do subsequent merges, you just have to merge from the branchname-merge to the head.
Hope this helps- Allen Jensen ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 3:11 PM Subject: Reconciling a repository > I'm going through my repository to verify that I actually have the correct code on >the branch which should be there. I'm comparing files on the branch to those on the trunk. Is there a way more appropriate than using tags to indicate that I have reviewed a file on the branch and the trunk, and that they are correct or atleast appropriate for a given point in time? I guesss I'm trying to add comments or notes at a version level. > > Thanks, > > > Dennis....... > > _______________________________________________ > Info-cvs mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
