tweak hours
[www.git] / cvs.html
index a2a31cf..7adb3aa 100644 (file)
--- a/cvs.html
+++ b/cvs.html
 
 <table bgcolor="#eeeeee">
 <tr><td>
-<i><b>Mar 4 2007</b> Active branches are now HEAD and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_7_BRANCH: </i>
+<i><b>Oct 11 2009</b> Active branches are now HEAD, FREESIDE_1_9_BRANCH and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_9_BRANCH: </i>
 <pre>
   cd freeside
-  cvs update -r FREESIDE_1_7_BRANCH -d -P
+  cvs update -r FREESIDE_1_9_BRANCH -d -P
 </pre>
 </td></tr>
 </table>
 <br>
 
-<p>Anonymous <a href="http://www.cvshome.org">CVS</a> access to development
+<p>Anonymous CVS access to development
 versions of the Freeside source code is available.  You need CVS version 1.10
 or higher.
 
-<p>There are two active branches at this time: the default HEAD and
-FREESIDE_1_7_BRANCH.  You can specify the FREESIDE_1_7_BRANCH with the <code>-r FREESIDE_1_7_BRANCH</code> option to <code>cvs checkout</code>.
+<p>There are three active branches at this time: the default HEAD,
+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
+<code>cvs checkout</code>.
 
 <p>Your CVSROOT should be set to:
 <pre>
@@ -40,7 +42,7 @@ $ export CVSROOT=":pserver:anonymous@cvs.420.am:/home/cvs/cvsroot"
 $ cvs login
 (Logging in to anonymous@cvs.420.am)
 CVS password:
-$ cvs checkout -r FREESIDE_1_7_BRANCH freeside
+$ cvs checkout -r FREESIDE_1_9_BRANCH freeside
 </pre>
 or (csh/tcsh/etc.):
 <pre>
@@ -48,7 +50,7 @@ or (csh/tcsh/etc.):
 $ cvs login
 (Logging in to anonymous@cvs.420.am)
 CVS password:
-$ cvs checkout -r FREESIDE_1_7_BRANCH freeside
+$ cvs checkout -r FREESIDE_1_9_BRANCH freeside
 </pre>
 
 </div>