1_9_BRANCH
authorivan <ivan>
Mon, 12 Oct 2009 06:37:50 +0000 (06:37 +0000)
committerivan <ivan>
Mon, 12 Oct 2009 06:37:50 +0000 (06:37 +0000)
cvs.html
developers.html

index 6d25661..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>
 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>
index e63548c..0e25810 100644 (file)
@@ -22,7 +22,7 @@
               Source code (current branch)
                 <ul class="indented">
                   <li>Current: <a href="freeside-1.9.1.tar.gz">freeside-1.9.1.tar.gz</a></li>
-                  <li>CVS snapshot (HEAD): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar">freeside.tar.gz</a></li>
+                  <li>CVS snapshot (1_9_BRANCH): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar&pathrev=FREESIDE_1_9_BRANCH">freeside.tar.gz</a></li>
                 </ul>
 
               Source code (maintenance branch)