- Go to http://tortoisecvs.org/ and download the TortoiseCVS Installer.
- To install, run the executable and follow the instructions.
- Since TortoiseCVS is a shell extension, you need to reboot your machine.
- Make sure you have made an account on SourceForge.net, and you got that added as a developer to the project [ kinbech@IOELIVE ] you are going to work on. A project administrator needs to do this.
- In Windows Explorer go to the folder that you would like to check the code out into.
- Right click and from the context menu choose the command CVS Checkout...; it's next to the Tortoise icon.
- You will need your user name on SourceForge.net, and the project UNIX name. Fill in the dialog as follows:
Protocol: Secure Shell (:ext)
Server: cvs.sourceforge.net
Directory: /cvsroot/kinbech
Username: your_user_name
Module: kinbech

- Click Fetch List to get a choice of modules. You will need to enter your password in the dialog at this point. Then pick the module that you would like.
- Choose OK.TortoiseCVS will now check out the code. You will need to enter your password.
- You can now alter files and then select CVS Commit on the top level folder to make your changes in the repository. For more information read the TortoiseCVS User's Guide.
First register at Sourceforge and then e-mail your username to
<< ioelive at gmail dot com >> with subject "Developer addition request". You can only have COMMIT (write) access to the CVS after addition of your username to developer's list.CHECKOUT access is available to any user.
<< ioelive at gmail dot com >> with subject "Developer addition request". You can only have COMMIT (write) access to the CVS after addition of your username to developer's list.CHECKOUT access is available to any user.
If you get an error saying something like Could not chdir to home folder /home/users/i/io/ioelive: No such file or folder then you need to log into the server with SSH to force creation of your home folder. Do this by connecting to username@cvs.sf.net either with Putty or a command line SSH.
