CVS tag to repository

cvs co -kk MODULE
cd MODULE
cvs tag -b <your_branch_name>

—————————–
if cvs tag gives error, try

cvs rtag –b (your branch name) MODULE

This will tag MODULE in the repository instead of from a local checkout.

—————————–

mkdir mybranch
cd mybranch
cvs co -r <your_branch_name> MODULE

This entry was posted in cvs, Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>