check file revision through http only
- by romant
if the svn repo is exposed through say : http://svn to the users, and there's a file called
script.sh
Is there a way one can get the latest revision number of script.sh by means of just http access?
Something along the lines of http://svn/rev?script.sh ?!
Thank you.