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

How to determine subversion repository format

From: Bradley Giesbrecht <pixilla_at_macports.org>
Date: Fri, 1 Nov 2013 09:18:27 -0700

Hello,

I am getting this svn client message:
The working copy at <repository>
is too old (format 29) to work with client version '1.8.4 (r1534716)' (expects format 31). You need to upgrade the working copy first.

I am interested in knowing where "format 29" is stored. My searches have lead me to <repository>/.svn/{entries,format} which both contain a single line with the value of "14" and .svn/wc.db which when dumped with sqlite3 "format 29" does not stand out to me.

Can someone point me to some documentation which explains where the repository format information is stored for various version of subversion.

I know in this case that I my repository was last updated by subversion 1.7.x but nonetheless I would like to know how to get the existing repository format info without upgrading or installing older versions of subversion until one works with an unknown repository format.

Regards,
Bradley Giesbrecht (pixilla)
Received on 2013-11-01 17:19:13 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.