From: ivan Date: Sun, 20 Jun 2010 18:35:25 +0000 (+0000) Subject: s/420.am/freeside.biz/ X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=885e7b704dd8706abe21db5aa7c88c4bb15bb988;p=www.git s/420.am/freeside.biz/ --- 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 -r FREESIDE_1_9_BRANCH option to

Your CVSROOT should be set to:

-:pserver:anonymous@cvs.420.am:/home/cvs/cvsroot
+:pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot
 

The password for the user `anonymous' is `anonymous'. The current tree is available as module `freeside'.

So, to check out the current tree, you would do (sh/bash/ksh/zsh/etc.):

-$ 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
 
or (csh/tcsh/etc.):
-% 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