I want to add svn properties (like svn:keyword=Id Date Rev Author;) to files on commits on new files.
For this to work there may be two main options:
- client-side, altering the autoprops in the svn client configuration
- Server-sode, do some magic with commit-hooks
The client side is not always desirable, as control over the client set up is needed. I want to solve this on the server. How can this be done.