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

Re: What does the number in the Repository file "format" represent ?

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Wed, 15 Feb 2012 17:21:17 -0600

On Feb 15, 2012, at 15:45, Phil Pinkerton wrote:

> How can we determine what version of Subversion a Repository currently is.
>
> 5 = 1.4 ? or 1.5 ?
>
> Need to wire a script to check for older versions as we upgraded the FSFS server from 1.4.x to 1.5.x then 1.6.x

http://stackoverflow.com/questions/282460/how-to-find-out-subversion-repository-version#answer-282484

Make sure you distinguish between the two different format files. The format file directly in the repository root is not relevant to this question (AFAIR it has been "5" for a long time); look instead at the format file in the db directory in the repository root. For a newly-created repository under Subversion 1.6.17, format is "5" and db/format is "4
layout sharded 1000".
Received on 2012-02-16 00:21:55 CET

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.