1) Make sure you have installed cvsnt on your machine .download it from
http://march-hare.com/cvspro/
2) Set home path of cvsnt into path environment variable of system.
3) Go to the command prompt
4) Do set CVSROOT setting
set CVSROOT=:pserver:userid@<cvshost>:/<repository>
4) Then "CVS login" with your password.
5) Then this command
cvs rtag -r HEAD -b <branchname> <headprojectname>
http://march-hare.com/cvspro/
2) Set home path of cvsnt into path environment variable of system.
3) Go to the command prompt
4) Do set CVSROOT setting
set CVSROOT=:pserver:userid@<cvshost>:/<repository>
4) Then "CVS login" with your password.
5) Then this command
cvs rtag -r HEAD -b <branchname> <headprojectname>
Comments