[GRASSweb-list]markus: web grasscvstags.html,1.6,1.7
grass at intevation.de
grass at intevation.de
Sun Sep 22 20:33:19 EDT 2002
Author: markus
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv12612
Modified Files:
grasscvstags.html
Log Message:
fixed branches and tags
Index: grasscvstags.html
===================================================================
RCS file: /grassrepository/web/grasscvstags.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- grasscvstags.html 25 Jun 2002 15:43:27 -0000 1.6
+++ grasscvstags.html 23 Sep 2002 00:33:17 -0000 1.7
@@ -12,9 +12,7 @@
Most of the time, GRASS development occurs at the head of the CVS
tree. When the code becomes sufficiently stable that it could be
considered a candidate for release, a branch is created in CVS. This
-branch may be checked out using the appropriate CVS tag. For example,
-on 26 April 2002, the GRASS 5.0.0 branch was created with a tag name
-of "releasebranch_26_april_2002_5_0_0".
+branch may be checked out using the appropriate CVS tag.
<p>
When the branch is created the release is considered "frozen". That
@@ -46,26 +44,28 @@
<table BORDER BGCOLOR="#FFFFCC" NOSAVE >
<tr NOSAVE>
<td NOSAVE><font face="Arial, Helvetica"><font size=+0>To check out the
-lastest code within the release branch into a fresh directory,
-enter: </font></font>
+lastest unstable code into a fresh directory, enter: </font></font>
<br><font face="Arial, Helvetica"><font size=+0>
- cvs -z3 checkout -r releasebranch_26_april_2002_5_0_0 grass
+ cvs -z3 checkout grass
</font></font>
</td></tr>
<tr NOSAVE>
<td NOSAVE><font face="Arial, Helvetica"><font size=+0>
To update your existing <b>experimental</b> CVS tree to the <b>stable release
branch</b> instead of downloading a full copy, enter:<br>
- cvs update -r releasebranch_26_april_2002_5_0_0<br>
- cvs up -dP
+ cvs update -r <br>
+ cvs up -dP release_30_08_2002_grass5_0_0
</font></font>
</td>
</tr>
</table>
<li>
+GRASS 5.0.0: On 5 September 2002, the GRASS 5.0.0 stable was created with a tag name
+of "release_30_08_2002_grass5_0_0".
+<li>
Below tags are ONLY used to define a specific state in GRASS development.
-If you want to get the latest GRASS 5 code, use above tag.
+If you want to get the latest stable GRASS 5 code, use above tag.
<ul>
<li>GRASS 5.0.0pre5: has been tagged as "release_25_06_2002_grass5_0_0_pre5"
<li>GRASS 5.0.0pre4: has been tagged as "release_13_may_2002_grass5_0_0_pre4"
More information about the grass-web
mailing list