Link to home
Start Free TrialLog in
Avatar of rhithoun
rhithoun

asked on

CVS setup on windows xp

I 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
ASKER CERTIFIED SOLUTION
Avatar of Member_2_4512246
Member_2_4512246

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rhithoun
rhithoun

ASKER

I installed the cvsnt.but i confuse the setup of client and server(control panel).

Could you please , give the sample..

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.