<p>Your CVSROOT should be set to:
<pre>
-:pserver:anonymous@cvs.420.am:/home/cvs/cvsroot
+:pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot
</pre>
<p>The password for the user `anonymous' is `anonymous'. The current tree is
available as module `freeside'.
<p>So, to check out the current tree, you would do (sh/bash/ksh/zsh/etc.):
<pre>
-$ export CVSROOT=":pserver:anonymous@cvs.420.am:/home/cvs/cvsroot"
+$ export CVSROOT=":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot"
$ cvs login
-(Logging in to anonymous@cvs.420.am)
+(Logging in to anonymous@cvs.freeside.biz)
CVS password:
$ cvs checkout -r FREESIDE_1_9_BRANCH freeside
</pre>
or (csh/tcsh/etc.):
<pre>
-% setenv CVSROOT ":pserver:anonymous@cvs.420.am:/home/cvs/cvsroot"
+% setenv CVSROOT ":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot"
$ cvs login
-(Logging in to anonymous@cvs.420.am)
+(Logging in to anonymous@cvs.freeside.biz)
CVS password:
$ cvs checkout -r FREESIDE_1_9_BRANCH freeside
</pre>