From 885e7b704dd8706abe21db5aa7c88c4bb15bb988 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 Jun 2010 18:35:25 +0000 Subject: [PATCH] s/420.am/freeside.biz/ --- cvs.html | 10 +++++----- 1 file 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 -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
 
-- 2.20.1