Changes between Version 34 and Version 35 of HowToSVN


Ignore:
Timestamp:
Jul 8, 2009, 7:50:37 AM (15 years ago)
Author:
hamish
Comment:

+svn_propset.sh

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v34 v35  
    164164=== File properties ===
    165165
    166 SVN lets you set file properties. For example to get "$Date$" text in help pages to automatically update activate the Date keyword. Keywords are given in a space delimited string, adding a keyword requires that you include the previous keywords. As always, check with "`svn diff`" before committing. See "`svn help`" and "`svn help propset`" for more information.
     166SVN lets you set file properties. For example to get "$Date$" text in help pages to automatically update activate the Date keyword. Keywords are given in a space delimited string, adding a keyword requires that you include the previous keywords. As always, check with "`svn diff`" before committing. See "`svn help`" and "`svn help propset`" for more information. See the source:grass/trunk/SUBMITTING file for a list of mime-types. See source:grass-addons/tools/module_svn_propset.sh for an experimental script to take care of some of this for you automatically.
    167167
    168168Some common tasks:
     
    178178
    179179
     180
     181
     182
    180183== See Also ==
    181184