I want to know if my server is running Subversion 1.5.
How can I find that out?
Also would be nice to know my SVN client version number. svn help
To find the version of the subversion REPOSITORY you can:
If not displayed, view source of the page
Now for the subversion CLIENT:
svn --version
will suffice