diff options
Diffstat (limited to 'cvs.html')
-rw-r--r-- | cvs.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ $ export CVSROOT=":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot" $ cvs login (Logging in to anonymous@cvs.freeside.biz) CVS password: -$ cvs checkout -r FREESIDE_1_9_BRANCH freeside +$ cvs checkout freeside </pre> or (csh/tcsh/etc.): <pre> @@ -50,7 +50,7 @@ or (csh/tcsh/etc.): $ cvs login (Logging in to anonymous@cvs.freeside.biz) CVS password: -$ cvs checkout -r FREESIDE_1_9_BRANCH freeside +$ cvs checkout freeside </pre> </div> |