CVS JB
1. Install CVSNT.
2. Establish D: / CVSROOT and D: / CVSTEMP in D: / cvstemp
3. Start CVSNT Server
4. Set CVSRoot
Enter variable name: cvsroot // uppercase
Enter variable values: set cvsroot =: pserver: administrator@192.168.0.168: 2401: D: / cvsroot
/ **
* Take a variable value here
* PServer is an agreement, administrator is the administrator account of the server, 192.168.0.1 is server-side IP
* 2401 is the server port number, D: / cvsroot is the folder name that is just established at the server's D disk
* /
5 Modify the Advance page attribute Temporay in CVSNT to D: / CVSROOT
Repositories page properties are d: / cvstemp
Modify Valid Repositories root Click Add Default D: / CVSROOT / Click OK to continue, there is /.
7 Add the folder that establishes the item above in the catalog of cvsroot. For example, there is a Struts project. So build a struts folder
8 Click Add to add the folder established on the top of the ADD in Modify Valid Repositories Root
In 9 JB, click Team Click Select Project VCS to select CVS
10 Click Team to select Pull Project Into CVS
Server is the server IP UserName to log in for Server. Repository Path is the established project folder (/ strut). Modulename can be a project name. Click Next to enter the password of UserName. OK all the way!