[GRASS-SVN] r73211 - grass/branches/releasebranch_7_4/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 31 06:35:23 PDT 2018


Author: neteler
Date: 2018-08-31 06:35:23 -0700 (Fri, 31 Aug 2018)
New Revision: 73211

Modified:
   grass/branches/releasebranch_7_4/doc/howto_release.txt
Log:
howto_release.txt: less confusing branch creation howto

Modified: grass/branches/releasebranch_7_4/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_4/doc/howto_release.txt	2018-08-31 13:13:54 UTC (rev 73210)
+++ grass/branches/releasebranch_7_4/doc/howto_release.txt	2018-08-31 13:35:23 UTC (rev 73211)
@@ -306,22 +306,23 @@
    http://svnbook.red-bean.com/en/1.1/ch04s07.html
 
    GRASS 7.4 release branch:
-          BRANCH=releasebranch_7_4
-          URL=https://svn.osgeo.org/grass
-          svn copy $URL/grass/trunk \
-                   $URL/grass/branches/$BRANCH \
-                   -m "Release branch for GRASS 7.4.x"
 
+# see below for real example
+#          BRANCH=releasebranch_7_4
+#          URL=https://svn.osgeo.org/grass
+#          svn copy $URL/grass/trunk \
+#                   $URL/grass/branches/$BRANCH \
+#                   -m "Release branch for GRASS 7.4.x"
 
-   Switching current local copy to above development branch:
-   (http://svnbook.red-bean.com/en/1.1/ch04s05.html)
-           cd /path/to/your/local/copy/trunk
-           svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_4 .
+Branch creation example: GRASS GIS 7.4 release branch creation
 
-----------
-Example: GRASS GIS 7.4 release branch creation
-
 svn copy https://svn.osgeo.org/grass/grass/trunk/ \
     https://svn.osgeo.org/grass/grass/branches/releasebranch_7_4 \
     -m "Release branch for GRASS GIS 7.4.x"
 
+----------
+Switching current local copy to above development branch:
+   (http://svnbook.red-bean.com/en/1.1/ch04s05.html)
+
+           cd /path/to/your/local/copy/trunk
+           svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_4 .



More information about the grass-commit mailing list