How to setup cvs server and client on a windows machine.
Tech-Today

How to setup cvs server and client on a windows machine.


How to setup cvs server and client on a windows machine.

Requirements:
1.) http://www.wincvs.org/ - download wincvs it has cvsnt included in the zip file
Or
1.1) http://www.tortoisecvs.org/download.shtml = download TortoiseCVS

Instructions:
0.) Stop the CVSNT and CVSNT Lock Services.
1.) Start the cvs service by going to Start->Programs->CVSNT.
2.) Create directories: c:\cvsrepos and c:\cvsrepos\cvstemp.
3.) Add your repository in the Repository configuration tab. I named mine TEST.
4.) In the Server Settings tab - change temporary directory to: c:\cvsrepos\cvstemp.
5.) Start the CVSNT and CVSNT Lock Services.
Note: We will be using the pserver connection, so we need to create 2 users in windows.
6.) In Control Panel -> Administrative Tools -> Computer Management
Under Computer Management (Local) -> System Tools -> Local Users and Groups -> Users
Add users: cvsadmin and cvsuser.
Note: If you don't want to see the users in windows xp login screen just google hide users in login of windows xp.
Now we have completed in setting up the cvs server and the users.
7.) To make a new module:
a.) Right click anywhere in windows explorer (inside a directory)
b.) Click CVS -> Make New Module
c.) Use localhost as server and cvsuser as user.

Note: More explanations are available on the attached images.









- How To Create Ssh Key And Set In Eclipse
This page will explain how we can create an ssh key that we can set in eclipse to be use when pulling files from Git repositories. *Note that this tutorial was tested on windows 7. 1.) Open command prompt. 2.) Execute: ssh-keygen -t rsa -C "yourEmail"....

- Setup Cruisecontrol.net With Collabnet Edge
Recently I was searching for a Continuous Build Integration software for dotnet like what Jenkins do for java and I've found CruiseControl.NET (http://confluence.public.thoughtworks.org/display/CCNET). I've worked with my environment setup: -Windows...

- How To Allow Remote Connection In Mssql Server, And Allowing Sql Server Authentication In The Registry
Problem: If the MSSql Server is not properly configured it usually gives named pipes error like "error 1326" and so on. There are 3 simple things that we have to set to allow remote connection on an mssql server: 1.) Make sure that the server itself accepts...

- Setting Up Eclipse, Subclipse And Visual Svn Server
If you are tired of the usual copy all, zip backup your application files then I suggest you try using SVN. But let me clarrify, SVN is not a backup management tool. Instead it's a way of properly tagging each file, fix/update wherein you can put...

- Cvs [update Aborted]: Cvs Server: Connect To 127.0.0.1(127.0.0.1):2402 Failed: No Connection Could Be Made Because The Target Machine Actively Refused
This error can be corrected by starting the CVSNT Lock Service. It can be access in Start -> Programs -> CSVNT -> CSVNT Control Panel...



Tech-Today








.