Changes between Version 27 and Version 28 of HowToSVN


Ignore:
Timestamp:
Aug 11, 2008, 9:06:03 PM (16 years ago)
Author:
hamish
Comment:

about using multiple svn keywords

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v27 v28  
    149149=== File properties ===
    150150
    151 SVN lets you set file properties. For example to get "$Date$" text in help pages to automatically update activate the Date keyword. See "svn help" and "svn help propset" for more information.
     151SVN 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.
    152152
    153153Some common tasks: