If an svn repository is exposed through, say, http://svn to users, and there's a file called script.sh, is there a way one can get the latest revision number of script.sh just through http access?
I'm looking for a specific URL syntax. Something along the lines of http://svn/rev?script.sh perhaps?
Thank you.