s/420.am/freeside.biz/
authorivan <ivan>
Sun, 20 Jun 2010 18:35:25 +0000 (18:35 +0000)
committerivan <ivan>
Sun, 20 Jun 2010 18:35:25 +0000 (18:35 +0000)
cvs.html

index d999d25..5e296d1 100644 (file)
--- 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>