Interesting Things
- svn:keywords: if you want to use
svn:keywordsin files checked-in to SVN, you have to do more than just put those keywords in your file — you have to explicitly list the keywords in a property, such as:
<code> $ svn propset svn:keywords "LastChangedDate" weather.txt property 'svn:keywords' set on 'weather.txt' $ </code>
Then, weather.txt can display the date with the following: can have the following:
The weather on $LastChangedDate$ was good!