[GRASS-SVN] r66160 - grass-addons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 10 07:41:05 PDT 2015


Author: neteler
Date: 2015-09-10 07:41:05 -0700 (Thu, 10 Sep 2015)
New Revision: 66160

Modified:
   grass-addons/README
Log:
README addons: updated

Modified: grass-addons/README
===================================================================
--- grass-addons/README	2015-09-10 14:27:33 UTC (rev 66159)
+++ grass-addons/README	2015-09-10 14:41:05 UTC (rev 66160)
@@ -43,61 +43,42 @@
 
 
 ########################################################################
-To submit your GRASS project here, please write to
+To submit your GRASS GIS module here, please check
 
-	Markus Neteler <neteler * cealp.it>
-        or any other GRASS developer with write access.
+   https://grass.osgeo.org/development/
 
 The submmission must be compliant with the GRASS
 submission rules as found in the GRASS source code
 and RFC2 (Legal aspects of submission):
 
-	http://trac.osgeo.org/grass/wiki/RfcList
+   https://trac.osgeo.org/grass/wiki/RFC
 
 Also read submitting instructions before committing any changes!
    
-   http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING
-   http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_DOCS
-   http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_SCRIPTS
-   http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_TCLTK
-   http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_PYTHON
+   https://trac.osgeo.org/grass/wiki/Submitting
 
+########################################################################
+How to get write access here?
+#############################
+
 Read access is granted to the public, write access
-must be requested, see below for details.
+must be requested, see here for details:
+   https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASS-Addons-SVNrepository
 
-Checkout of entire Addons repository:
+Checkout of the entire Addons SVN repository:
 	svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
 
 ########################################################################
 Mime-types
 ##########
-# To avoid PDF mime-type recognition problems,
-# each new (!) PDF file has to be modified like this:
-# (unsure how to exclude PDF from the 'diff' email)
+# To avoid mime-type recognition problems in SVN,
+# each new file's mime-type has to be updated with "svn propset":
 
-svn propset svn:mime-type application/x-pdf *.pdf
-svn commit *.pdf
+Prior to svn commit (first time only), run on your new file(s)
 
-########################################################################
-How to get write access here?
-#############################
+   grass-addons/tools/module_svn_propset.sh <file>
 
-Write access is only granted to developers who agree to abide by
-RFC2 - Legal aspects of code contributions
-http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html
-and the code submission guidelines (file SUBMITTING in this
-directory).
+or, simply on all of your new files:
 
-This needs to be communicated to a GRASS developer. S/he will
-then possibly propose you to the GRASS Project Steering committee
-after a period of evaluation. For details, see
-http://download.osgeo.org/grass/grass6_progman/rfc/main.html
+   grass-addons/tools/module_svn_propset.sh *
 
-Once write access is granted, you, the new developer need to
-obtain an "osgeo_id" at http://www.osgeo.org/osgeo_userid
-If you already have an "osgeo_id" but forgot it, search for it at
-Search at http://www.osgeo.org/cgi-bin/ldap_web_search.py
-
-If there are no objections, the write access is then activated
-by a GRASS developer in the OSGeo LDAP for GRASS Addons.
-



More information about the grass-commit mailing list