Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find out Subversion repository version?

How can I determine current version of my repository to see if I need to upgrade it (svnadmin upgrade)?

In reality I'm hosting SVN with 3rd party and I want to find out if I need to ask them to upgrade my repos or not.

I'm asking since 1.5 server will keep repo version at 1.4, unless I miss something?

like image 727
Sumrak Avatar asked Nov 11 '08 23:11

Sumrak


People also ask

How do I know if Subversion is installed on Linux?

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 find my svn repository in Linux?

For example, using SVN commands can help you display a list of SVN repositories. Simply use the svn list repository command, and you'll get a list of all repositories and their contents. Of course, this is just one of many useful SVN commands you should know.


1 Answers

Have a look at <REPO>/db/format. After upgrading to 1.5 format, my format file shows:

3 layout sharded 1000 

Before it used to be:

2 
like image 180
bdumitriu Avatar answered Sep 22 '22 10:09

bdumitriu