HOW TO: Create a repository (CVSNT)
* We assumed that you already installed Python and CVSNT in your machine.
Steps:
- Start –> Programs -> CVSNT -> CVSNT Control Panel
- You will see the control panel of CVSNT as following.
- Stop both CVSNT Service and CVSNT Lock Service.
- Click “Repository Configuration” tab.
- Click “Add” button. The Server Setting Dialog will be shown as following.
- Type the Path of CVSRoot (”D:\CVSRoot”), Name and Description.. Checked the “Default Repository”
- Click “OK”
- Click “Yes”
- Click “Apply” of CVSNT Control Panel
- Go to Server Setting Tab, Specify the temp folder. (Whatever u like.but should not be “%WINDIR%\TEMP”)
- Click “Apply” and “OK”
- Restart the CVSNT Service and Lock Service.
Notes : Sometimes, Service can’t be started.. then Restart the machine and wait around 5 minutes.. After that, Try to restart again..

























CVSNT Newbie said
am January 8 2007 @ 6:09 am
I wonder if you could help me to find a solution on how to synchronize two CVSNT server. For example, we have one development team in India and one in Malaysia. Is it possible to synchronize both server in free way? I found that WANdisco and March Hare Software can implement this but it is not free. Your respond is very much appreciated.
Michael Sync said
am January 8 2007 @ 7:03 am
you can use any Free File Syncronziation Software ( eg: rsync) to sync the CVS data between two CVSNT Server.
Because your CVS data will be in the location that you set in CVSNT.
So, just sync those data by using normal file syncronization software… so, it’s depend on CVS software.. you may use any free sync software for that…