WindowsCVS
CVS on Windows
Created by: fire, Last modification: 14 Jun 2007 (17:33 UTC) by Walter Wojcik
Several programs can be used to work with CVS under Windows. Tortoise and WinCVS are often mentioned. When either is up and running, visually comparing files will be a need. For that, many people use WinMerge or ExamDiff. Also PuTTY comes in handy. Sourceforge provides a documentation page explaining how to set up Tortoise and other programs and their differences.
Source Forge has a page that will provide you with all you need to know here: http://sourceforge.net/docs/F02/
</your_username>
Using Tortoise under Windows
- right click a root directory of your choice and select
CVS checkout... - in the CVSROOT line, type:
:pserver:anonymous@bitweaver.cvs.sourceforge.net:/cvsroot/bitweaver
when you are registered on sourceforge, you should use this
:ext:<your_username>@bitweaver.cvs.sourceforge.net:/cvsroot/bitweaver - in the Module line, type:
bitweaver ( or the module you want to get - see CVS Modules ) - select the appropriate revision from the corresponding tab. this will usually be R plus the appropriate release version. e.g.:
R1 - never use import. All you need are checkout and update.
- Read further details on downloading bitweaver and checking out code on this page: GetCode
Troubleshooting
- typos?
- SF down again?
- username expired? (long time no login)
- first time using CVS? ... lots of SSH stuff to wade through
Private Keys
While you do not "need" a private key to use CVS, it is recommended as it will save you having to enter your password a dozen times a day.Source Forge has a page that will provide you with all you need to know here: http://sourceforge.net/docs/F02/
</your_username>
Comments
comment