diff options
author | ivan <ivan> | 2010-06-20 18:35:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-20 18:35:25 +0000 |
commit | 885e7b704dd8706abe21db5aa7c88c4bb15bb988 (patch) | |
tree | 0445f74e48d5066c1181ad67d63cc080d1325ddd | |
parent | 001a6b76c8a04663483de4f9bdd8ed57f9de8189 (diff) |
s/420.am/freeside.biz/
-rw-r--r-- | cvs.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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> |