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?
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?
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?
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)...
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?
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.
© 2022 - 2024 — McMap. All rights reserved.