Changes between Version 32 and Version 33 of Submitting/Docs


Ignore:
Timestamp:
Jan 3, 2022, 2:48:32 AM (2 years ago)
Author:
neteler
Comment:

SVN tricks no longer needed in git

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Docs

    v32 v33  
    111111 * "kate": activate it in Settings -> Kate -> Editing -> General -> enable static word-wrap, set 72
    112112
    113 == SVN Properties ==
    114 
    115 When submitting new files to the repository set SVN properties, e.g. for HTML file
    116    
    117        svn:mime-type : text/html [[br]]
    118        svn:keywords : Author Date Id [[br]]
    119        svn:eol-style : native [[br]]
    120 
    121 See http://svnbook.red-bean.com/en/1.4/svn.advanced.props.html
    122 
    123 You can also simply use this script:
    124 http://svn.osgeo.org/grass/grass-addons/tools/module_svn_propset.sh <filename>|*
    125 
    126 Example:
    127 {{{
    128 sh grass-addons/tools/module_svn_propset.sh vector/mymodule/*
    129 }}}
    130 
    131113== Images ==
    132114