summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-06-20 18:36:55 +0000
committerivan <ivan>2010-06-20 18:36:55 +0000
commiteda1a64f38293ebd7f378fef77120e6d9ab3567c (patch)
tree36ecfafc0128bdf1df92ca639e0a69ae9803643d
parent885e7b704dd8706abe21db5aa7c88c4bb15bb988 (diff)
head
-rw-r--r--cvs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cvs.html b/cvs.html
index 5e296d1..564a6c0 100644
--- a/cvs.html
+++ b/cvs.html
@@ -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>