Probably duplicate of
- http://stackoverflow.com/questions/438398/subversion-as-version-incrementor-at-each-commit
- http://stackoverflow.com/questions/650168/post-commit-hook-to-update-a-file-under-version
- ...
I'm looking for a way to update a file (let's say lastbuild.txt) with the last SVN revision number when I commit. How can I do that ?
thank you :)