How to put a tag on branch using rtag?

2003-11-13 Thread Maxio
Hi, How can I put a tag on most current sources in specific branch using rtag? For main trunk I simply use rtag "tagname", but how to do it for a specific branch? I know I can do it locally using tag, bug I try to avoid using 'tag' command because it is not stored in history. The only solution I s

RE: How to put a tag on branch using rtag?

2003-11-13 Thread Jim.Hyslop
Maxio [mailto:[EMAIL PROTECTED] wrote: > How can I put a tag on most current sources in specific > branch using rtag? > For main trunk I simply use rtag "tagname", but how to do it for a > specific branch? cvs rtag -r existing-branch-tag new-tag should do it. -- Jim Hyslop Senior Software Desi