Reputation: 175
Is there a way to see the version number of the VisualSVN Server software on the server website (ex: https://MyVisualSvnServer/svn
)?
If not, where can I find the version number on the server itself?
Upvotes: 10
Views: 4379
Reputation: 2222
Navigate to https://MyVisualSvnServer/svn
and view the HTML source of the page.
You'll find the version number in the version attribute of the root <svn>
tag.
Example:
<svn version="1.7.8 (r1419691)...
Upvotes: 14
Reputation: 5144
In my instance, when I open VisualSVN Server on the server, there is a link at the bottom of the main window that contains the version number. When you click on it, it provides more info:
I don't believe you can get the version via client software - it has to be retrieved from the server.
Is this what you were after?
Upvotes: 12
Reputation: 4041
VisualSVN Server does not display version number in web interface for security reasons. Version number display on dashboard in VisualSVN Server Manager. You may click on it to see detailed version information.
Upvotes: 2