Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find version number of VisualSVN Server?

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?

like image 203
MzunguMark Avatar asked Jan 02 '13 18:01

MzunguMark


2 Answers

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)...

like image 170
Josh Avatar answered Sep 18 '22 06:09

Josh


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.

like image 38
Ivan Zhakov Avatar answered Sep 18 '22 06:09

Ivan Zhakov