summaryrefslogtreecommitdiff
path: root/cvs.html
diff options
context:
space:
mode:
Diffstat (limited to 'cvs.html')
-rw-r--r--cvs.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/cvs.html b/cvs.html
index d999d25..5e296d1 100644
--- a/cvs.html
+++ b/cvs.html
@@ -31,24 +31,24 @@ the FREESIDE_1_9_BRANCH with the <code>-r FREESIDE_1_9_BRANCH</code> option to
<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>