I am using TortoiseSVN for Windows and want to figure out if I can set up some sort of macro to modify one of the files in the repository on a commit.
In my subversion repository I have a XML File called "Web.Config". There are a few nodes with the tag name "add" set up in that XML document which represents the "Build Number", "Build Description" and "Last Build Date" under the XML Path /Configuration/appSettings. This XML file uses the "key" attribute on the "add" node to determine which of these settings are being set.
The above mentioned nodes are being changed by hand before each commit (supposedly, but I don't always do this).
My question is: Is it possible to modify these settings in the file when I commit?