David Leskovac writes: > > 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?
Correct. I strongly encourage you to verify that step 2 has worked correctly before you move on to step 3, though. :-) -Larry Jones There's a connection here, I just know it. -- Calvin _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
