no backup
[www.git] / cvs.html
index 5e296d1..af5e43e 100644 (file)
--- a/cvs.html
+++ b/cvs.html
 
 <table bgcolor="#eeeeee">
 <tr><td>
-<i><b>Oct 11 2009</b> Active branches are now MAIN, FREESIDE_1_9_BRANCH and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_9_BRANCH: </i>
+<i><b>Jul 21 2011</b> Active branches are now MAIN, FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH.  To move to FREESIDE_2_3_BRANCH: </i>
 <pre>
   cd freeside
-  cvs update -r FREESIDE_1_9_BRANCH -d -P
+  cvs update -r FREESIDE_2_3_BRANCH -d -P
 </pre>
 </td></tr>
 </table>
@@ -25,8 +25,8 @@ versions of the Freeside source code is available.  You need CVS version 1.10
 or higher.
 
 <p>There are three active branches at this time: the default MAIN,
-FREESIDE_1_9_BRANCH and FREESIDE_1_7_BRANCH.  You can specify a branch such as
-the FREESIDE_1_9_BRANCH with the <code>-r FREESIDE_1_9_BRANCH</code> option to
+FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH.  You can specify a branch such as
+the FREESIDE_2_3_BRANCH with the <code>-r FREESIDE_2_3_BRANCH</code> option to
 <code>cvs checkout</code>.
 
 <p>Your CVSROOT should be set to:
@@ -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>