diff options
-rw-r--r-- | cvs.html | 14 | ||||
-rw-r--r-- | developers.html | 2 |
2 files changed, 9 insertions, 7 deletions
@@ -11,10 +11,10 @@ <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> @@ -24,8 +24,10 @@ 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> diff --git a/developers.html b/developers.html index e63548c..0e25810 100644 --- a/developers.html +++ b/developers.html @@ -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) |