summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-10-12 06:37:50 +0000
committerivan <ivan>2009-10-12 06:37:50 +0000
commitda7eb621568cf2e2173d03820543e7537d50f7b1 (patch)
tree8141bde47338f825d51d29244100257744e28d9b
parent447cc290d6631ed44b9d6b7e31e533b85f2fb56c (diff)
1_9_BRANCH
-rw-r--r--cvs.html14
-rw-r--r--developers.html2
2 files changed, 9 insertions, 7 deletions
diff --git a/cvs.html b/cvs.html
index 6d25661..7adb3aa 100644
--- a/cvs.html
+++ b/cvs.html
@@ -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)