cvs -d:pserver:anonymous@unicon.cvs.sourceforge.net:/cvsroot/unicon login # just pressExperience has shown that often anonymous CVS is a few days behind non-anonymous CVS.when asked for a password, no password needed cvs -z8 -d:pserver:anonymous@unicon.cvs.sourceforge.net:/cvsroot/unicon co unicon
with your SourceForge user
name and request to be
a Unicon developer. You get an e-mail back when you've been added
to the list, and then need to ssh into unicon.cvs.sourceforge.net
(one time only); it sets things up and exits immediately. After that
you are finally ready to do the following (translate into your shell
syntax as needed):
setenv CVS_RSH ssh
setenv CVSROOT yourname@unicon.cvs.sourceforge.net:/cvsroot/unicon
cvs -z3 checkout unicon
This will create a new subdirectory named unicon and populate it with
our source distribution. Modify the commands above to suit your shell's
syntax. Report whether this works or not; inquiring minds want to know!
Here are the older instructions for getting things setup: Get the command-line cvs client from www.cvshome.org. Command-line ssh and scp clients can be found in the Sourceforge Setup Program. Setting all this up properly is complicated enough that you may want to run the sfsetup program. Check out sfsetup.sourceforge.net for Win32 CVS and SSH tools. Even after all that, I was unable to get this to work under Windows until I read and followed the instructions in the SourceForge Win32/CVS/SSH Guide.