> You still need a 2-step process, you just use admin -n to create a new > name for the existing branch rather than using tag -b to create a new > branch: > > cvs admin -n newname:oldname > cvs tag -d oldname > > (Note that there's no "radmin" command so you need to have a checked out > working directory.)
Okay. So, just to be clear, this is actually a 3-step process: 1. Checkout branch: cvs co -r <branchname> <module> 2. Rename from sandbox: cd to root of module in sandbox cvs admin -n newname:oldname 3. Delete original tag name sandbox: cd to root of module in sandbox cvs tag -d oldname Correct? -Dave _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
