Skip to main content

Posts

Showing posts with the label create new branch

Create New branch for Project into CVS

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>