rtag -a <tagname> <module> 

The above command will add the <tagname> to the head revision of files where
that tag doesn't exist.

According to the cvs documentation, this command should only remove the
specified tag from files in the Attic.

Is the documentation incorrect?  Or is this a valid bug.

How we use it:

Builds to qc:

cvs -d <cvsroot> rtag -r <developer tag> <new_build_tag> <module>
cvs -d <cvsroot> rtag -r <last_build_tag> <new_build_tag> <module>

To clean new build tag from removed files:
cvs -d <cvsroot> rtag -a <new_build_tag> <module>

Thanks,
-jonny




_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to