>> Would this work for each branch to be renamed?: >> cvs rtag -b -r <original_branch_name> <new_branch_name> <module> > > No, that creates a new branch off of the existing branch rather than > renaming the existing branch. You need to use admin -n instead.
Okay. So rather than the 2-step process I mentioned in my original post where I would create a new branch from the original branch & then delete the original branch, there is a way to simply rename the existing branch with a "cvs admin -n" command? I looked at the syntax of "cvs admin" but it is not clear to me how this can be achieved. Would someone please provide an example? Thanks, -Dave _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
