I'd like to update the (highest) revision number to a file inside a subversion repository after each commit.
I thought of a svn version keyword, but doesn't this only get updated if the specific file was changed?
i.e. I have a file version.php where i have the version/revision numbers, but only update anotherfile.php in my commit - this won't change the version/revision information version.php has.
Is a commit hook my only option? If yes, any examples?