howto enable keyword substitution for new files

svn path=/trunk/; revision=22427
This commit is contained in:
Torsten.Grote 2012-02-16 22:16:13 +00:00
parent 5967123951
commit 17c8970f55
1 changed files with 6 additions and 0 deletions

View File

@ -237,6 +237,12 @@ enable-auto-props = yes
<p class="terminal">$ svn add <em>filename</em></p>
<p>
To enable keyword substitution for a new file, execute
</p>
<p class="terminal">$ svn propset svn:keywords "Date Author Id Revision" <em>filename</em></p>
<p>
To post your changes to the server, no matter be it a new file or a
modification in an existing file, execute