|
Anonymous Checkout
Please issue the following commands :
cvs -d:pserver:anonymous@cvs.egothor.sourceforge.net:/cvsroot/egothor login
When prompted for the password, please press enter.
cvs -z3 -d:pserver:anonymous@cvs.egothor.sourceforge.net:/cvsroot/egothor co egothor
Developers
Developer access allows you to check
in your changes to the repository. You should be registered
as a developer to be able to do this. If you wish to join the project
as a developer, please join the appropriate developer mailing list and
post a brief resume requesting for inclusion.
First, add the two following lines to your CONFIG.SYS and reboot.
If you don't have CVS installed in D:\SW\CVS, change the first line appropriately.
If OpenSSH is not installed in D:\SW\OpenSSH, change the second line.
SET CVS_RSH=D:\SW\CVS\bin\CallSSHRight.CMD
SET PATHTOSSH=D:\SW\OpenSSH\ssh.exe
Then, create the file D:\SW\CVS\bin\CallSSHRight.CMD with the following content:
@echo off
%PATHTOSSH% %1 %3 %4 %5
Note that there is no %2 on the second line!
And now you can proceed as you would normally do:
cvs -z3 -d:ext:developername@cvs.egothor.sourceforge.net:/cvsroot/egothor co egothor
|