Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find SVN version?

I'm on a Windows machine. When I type in svn --version, I get this:

'svn' is not recognized as an internal or external command, operable program or batch file.

I'm using TortoiseSVN. Is there some way to view the version through it?

I have looked at this but the server does not output any version information: How to find my Subversion server version number?

like image 586
4thSpace Avatar asked Mar 17 '15 16:03

4thSpace


People also ask

How do I find my svn repository version?

Try svnversion -c . You can also run svn update and check the last line that always says At revision REVNUM .

What is svn version?

Subversion is used for maintaining current and historical versions of projects. Subversion is an open source centralized version control system. It's licensed under Apache. It's also referred to as a software version and revisioning control system.

How do I know if svn is installed?

SVN Installation To check whether it is installed or not use following command. If Subversion client is not installed, then command will report error, otherwise it will display the version of the installed software. If you are using RPM-based GNU/Linux, then use yum command for installation.

How do I check VIsualSVN version?

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.


1 Answers

If you have TortoiseSVN integrated with Windows File Explorer, then you can follow these steps:

  1. Right-click on the desktop or in the File Explorer.
  2. Click TortoiseSVN.
  3. Click About. Versions of the components used by TortoiseSVN are listed there.

enter image description here

like image 73
bartexsz Avatar answered Sep 21 '22 12:09

bartexsz