Hello,
does anybody know a way to rename a branch tag?

With a simple tag its easy, you write

cvs tag -r<old tag> <new tag>

and delete the old tag.
If one tries to do

cvs tag -b -r<old tag> <new tag>

when old tag is a branch, then the new branch starts at the head
the old branch instead of at his beginning.

Thanks
--
Klaus Falser
Durst Phototechnik AG
[EMAIL PROTECTED]
_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to