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
