[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: finding out the repository version

From: Bert Huijben <bert_at_vmoo.com>
Date: Fri, 27 Aug 2010 09:16:29 +0200

The easiest way to verify is to run svn upgrade again. If it succeeds
without an error it is at the last version.

 

If you want to look further you can check the format file in the root of the
repository and with fsfs in its db subdirectory.

 

For my just created 1.6 repository I see version 5 as first line of the
format file in the root of the db and version 4 (and some sharding config
options) in the format file of the subdirectory.

 

                Bert

 

From: Kriparam Faraday [mailto:kriparam_at_gmail.com]
Sent: vrijdag 27 augustus 2010 0:06
To: users_at_subversion.apache.org
Subject: finding out the repository version

 

I have upgraded a repository from 1.4 version to 1.6 version by running the
"svnadmin upgrade" command. is there anyway to verify it? in other words, I
just want to know if there is a way to find out the version of the
repository.

 

Thanks in advance.
Received on 2010-08-27 09:17:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.