matt wrote:
>
>If I do a "cvs checkout -r tagname" and then a "cvs tag -b 
>branchname" will this create a branch from the tag? 
>

Yes.  Also, you can skip the checkout step by using "rtag"
if you have a module defined for what it is that you want to tag.
cvs rtag -b -r tagname branchname modulename

Reply via email to