If you are using MS Windows, you can use the graphical client called WinCvs or TortoiseCVS to access a project's version controlled source code files. WinCvs looks and behaves similar to Windows Explorer. You can download WinCvs and install it on your machine.
After downloading and installing WinCvs or TortoiseCVS, make a new directory on your hard disk where you will store your working copy of the project's source files. A good name for this directory is the one-word name of the project files you need. If you are working on more than one project, you may wish to make a general "projects cvs " folder, and then create subfolders for each project by name.
Select the "project" directory in the WinCvs program's left-hand pane. (If you do not see your newly created projects directory right away, you may need to refresh your view.) If your project directory is on a different drive not displayed in the left-hand WinCvs pane, you will need to use the Browse Location>Change command under the View menu. Be sure to double click on the drive or directory you want before clicking OK.
More about setting a work area
First you must define the location of the WinCvs main repository, the CVSROOT. If you are only working on one project at a time, you only need to set up the cvsroot setup once, i.e. the first time you use WinCvs to access the project's source repository through this site.
Note: If you are using WinCvs 1.2 or earlier, select Preferences on the Admin menu and enter the CVS root in the CVS Root field on the General tab. For more information about using 1.2 and earlier versions, see this manual.
Now you are ready to begin Checking source files in and out of WinCvs
TortoiseCVS is a popular Concurrent Version Control client. It is software distributed under the General Public License (GPL).
TortoiseCVS is used to perform checkout, commits and other operations.
TortoiseCVS is integrated into Microsoft Windows Explorer. For more information go to http://www.tortoisecvs.org/support.shtml .
You need to restart the system because Microsoft Windows Explorer has to integrate with TortoiseCVS.
You can view the help document at http://www.tortoisecvs.org/help.html. This site has sections for a User’s Guide, details about legal issues, a Change Log which has a list of changes made to the software and also a link which takes you back to TortoiseCVS.org.
If you have questions about the software, visit the Frequently Asked Questions site at http://www.tortoisecvs.org/faq.html.