[GRASS-SVN] r32402 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 07:26:10 EDT 2008


Author: neteler
Date: 2008-07-31 07:26:10 -0400 (Thu, 31 Jul 2008)
New Revision: 32402

Modified:
   grass/branches/develbranch_6/SUBMITTING
Log:
missing svn propset stuff added

Modified: grass/branches/develbranch_6/SUBMITTING
===================================================================
--- grass/branches/develbranch_6/SUBMITTING	2008-07-31 11:24:07 UTC (rev 32401)
+++ grass/branches/develbranch_6/SUBMITTING	2008-07-31 11:26:10 UTC (rev 32402)
@@ -388,7 +388,25 @@
     See
     http://svnbook.red-bean.com/en/1.4/svn.advanced.props.html
 
+    To set a property:
 
+      svn propset svn:keywords 'Author Date Id' <directory>
+      svn propset svn:mime-type text/x-sh grass_shellscript.sh
+
+    To edit the svn:ignore property using your default text editor:
+
+      svn propedit svn:ignore <directory>
+
+    To set the svn:ignore property non-interactively, first create a
+    file containing the value:
+
+      echo "*.tmp.html" > ignore.txt
+      echo "*OBJ*" >> ignore.txt
+
+    then use:
+
+      svn propset -F ignore.txt svn:ignore <directory>
+
 30. Use doxygen style for source code documentation. It is required
     for GRASS libraries, but also recommended for GRASS modules.
 



More information about the grass-commit mailing list