My web site is a checkouted version of SVN repo. I mean .svn folders are placed on web server. I don't use web publishing.
And I want to display current project revision (whole web site) in footer. How can I do that?
If I were using web publishing, I could determine revision on build/publish and write it as static html.
So how to get revision dynamically? Read .svn files directly? Are there better ways?
I saw other such questions, but answer was using SubWCRev.exe, it isn't unfortunately acceptable.
Edit: Tarn gave interesting idea about SVN hooks on commit. Any other ideas?