I can see where svn:keywords like Id, LastChangedDate and Author are used and replaced in your repository. But I also saw an example of setting a custom property, like license. But I don't understand how you USE a property like license, since the replace feature (as I understand it) doesn't work for custom properties.
I guess my question is how do I have one file for a license, and have the text from that file added to all of my code files? It seems like this should be possible with SVN properties, and set up to update the code if the property changes (changing the year of the copyright), but I can't find how to do it.
Thanks