[GRASS-SVN] r31140 - grass/trunk/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 27 08:22:56 EDT 2008
Author: neteler
Date: 2008-04-27 08:22:56 -0400 (Sun, 27 Apr 2008)
New Revision: 31140
Modified:
grass/trunk/doc/howto_release.txt
Log:
develbranch_6 preparations documented
Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt 2008-04-27 12:15:52 UTC (rev 31139)
+++ grass/trunk/doc/howto_release.txt 2008-04-27 12:22:56 UTC (rev 31140)
@@ -196,4 +196,20 @@
###########################################
(B) HOWTO create a branch
-1. see SVN book
+1. see SVN book:
+ http://svnbook.red-bean.com/en/1.1/ch04s07.html
+
+ GRASS 6.4 development branch:
+ BRANCH=develbranch_6
+ URL=https://svn.osgeo.org/grass
+ svn copy $URL/grass/trunk \
+ $URL/grass/branches/$BRANCH \
+ -m "Development branch for GRASS 6.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/develbranch_6 .
+
+
More information about the grass-commit
mailing list