[GRASS-SVN] r45668 - grass-addons/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 15 00:18:43 EDT 2011


Author: hamish
Date: 2011-03-14 21:18:43 -0700 (Mon, 14 Mar 2011)
New Revision: 45668

Modified:
   grass-addons/tools/module_svn_propset.sh
Log:
clarify a little

Modified: grass-addons/tools/module_svn_propset.sh
===================================================================
--- grass-addons/tools/module_svn_propset.sh	2011-03-15 04:15:54 UTC (rev 45667)
+++ grass-addons/tools/module_svn_propset.sh	2011-03-15 04:18:43 UTC (rev 45668)
@@ -87,9 +87,9 @@
 apply_xml()
 {
    # While given as "application" in /etc/mime.types, "text" is desired
-   #  here. see RFC 3023 and
+   #  here due to the way SVN uses the mime type. See RFC 3023 and
    #   http://www.imc.org/ietf-xml-mime/mail-archive/msg00496.html
-   #  Unfortunately svn treats "application" as "binary" and then refuses
+   #  Unfortunately SVN treats "application" as "binary" and then refuses
    #  to do text diffs. (same problem with PostScript)
    set_mime_type "$1" text/xml
    set_native_eol "$1"



More information about the grass-commit mailing list