I installed the cvsnt.but i confuse the setup of client and server(control panel).
Could you please , give the sample..
Main Topics
Browse All TopicsI would like to cvs install and use server.server machine is different (windows xp).All team members want to commit and take project from the server.
So, need how to install cvs with version and setup procedure and team members also want to access the pserver .
I need help from experts...please help me
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The CVSNT control panel is a server configuration utility. It has nothing to do with the client side.
Basically you've to preform following steps:
1. Create repository (at least one)
Go to the Repository Configuration tab in the CVSNT control panel and click Add. Then create a folder that will be a root of your repository and click Ok. The CVS will propose to initialize the new repository - accept it.
2. Configure server settings
Go to the Server Configuration tab in the CVSNT control panel and set appropriate values for Run as user, Default domain and Temporary directory fields
All other setting you may leave at the default. Just make sure that the CVS server port (2401) is open in the firewall
3. Restart the CVSNT service.
Go to the About tab in the CVSNT control panel and click Stop and then Start.
On the client side you have the default cvs.exe command line utility. If you are interested in a GUI client you may take a look at the http://wincvs.org/ or at the http://www.tortoisecvs.org
Please keep in mind that there is a huge number of the possible CVS configurations and my answers in no way can replace the reading of the CVS manual.
I'll do my best to answer on any particular question.
Business Accounts
Answer for Membership
by: mitbPosted on 2008-07-20 at 13:02:01ID: 22046744
You can download free CVS for windows from http://www.march-hare.com/
It is named CVSNT and has both server and client parts.
Setup procedure is automated and very simple .
After initial setup you'll need to configure your server and clients.
There is a good documentation on how to do this.