From: Robert R. <rra...@ya...> - 2000-12-03 23:17:58
|
Here are some quick and dirty instructions for setting up CVS on windows. Files ----- WinCVS: ftp://sunsite.cnlab-switch.ch/mirror/cvsgui/WinCvs11b17.zip SSH: ftp://ftp.dei.uc.pt/.disk2/Crypto/SSH/contrib/ssh-1.2.14-win32bin.zip Installation ------------ Install WinCVS as per the instructions provided. - Unzip ssh-1.2.14-win32bin.zip to a directory (ex. c:\ssh). - Add c:\ssh to the PATH variable. - Create a HOME directory (ex. c:\home). - Create environment variable HOME with value c:\home - Restart - Start WinCVS. - It should prompt to enter your CVS Root. (if not, choose Admin|Preferences). Enter the cvs root as: ":ext:<username>@cvs.dynapi.sourceforge.net:/cvsroot/dynapi" Below CVSRoot, choose SSH Server for authentication. Then click the Ports tab and click "Check for alternate rsh name" to enable it. Then choose OK and your set. Also, you can choose View|Browse Location|Change to change to a working directory, so you will not see your whole hard drive in the view. Choose c:\home for example. Now your set. To checkout a module, Right click Home and choose checkout and then you would enter the name of the module. A DOS box will pop up that will require your sourceforge password. Currently, there is no module yet to checkout, but you would normally checkout "dynapi" to get the latest version. For more info checkout: https://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 -- // Robert Rainwater |