On Thu, May 11, 2000 at 03:59:51PM -0300, Shane Turner wrote:
> The only way that I know of to rename a branch tag is using cvs admin.
> 
> cvs admin -nbranch-name:new-branch-name

You should permute the tag names to

cvs admin -n<NEW_NAME>:<OLD_NAME>

> You'll need to have the files checked out unfortunately.

And you need also to remove the tag <OLD_NAME>, since otherwise you not
renamed but only added it.

cvs admin -n<OLD_NAME>

> I don't think that there is a way to rename the branch in any file
> that has been deleted on the branch.

Of course, that is a problem.

Regards,
Matthias
-- 
Matthias Kranz                  [EMAIL PROTECTED]
         http://www.belug.org/~kranz
"Ever tried. Ever failed. No matter. Try again.
 Fail again. Fail better."     (Samuel Beckett)

Reply via email to