diff options
author | ivan <ivan> | 2010-06-20 18:36:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-20 18:36:55 +0000 |
commit | eda1a64f38293ebd7f378fef77120e6d9ab3567c (patch) | |
tree | 36ecfafc0128bdf1df92ca639e0a69ae9803643d | |
parent | 885e7b704dd8706abe21db5aa7c88c4bb15bb988 (diff) |
head
-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> |