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

Re: Problem with subversion server running on Fedora

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-09 04:44:14 CET

On Sun, 2004-02-08 at 16:49, smishra@speakeasy.net wrote:
> I previously had 0.32.1
> installed, which is available as part of the core distribution. While
> that worked fine, upgrading to 0.37 has broken things.

The repository database schema changed, be sure to read Subversion's
CHANGES file and release announcements.

> [Sun Feb 08 13:13:41 2004] [error] [client 127.0.0.1] (20014)Error
> string not specified yet: Expected version '3' of repository; found
> version '2'

And here's libsvn_fs.so, version 0.37, complaining about the fact that
it's seeing a 'version 2' repository db schema, when it wants the new
'version 3' schema.

You need to migrate your repository data by using 'svnadmin dump >
dumpfile' with the 0.32 svnadmin binary, and then 'svnadmin load
newrepos < dumpfile' with the 0.37 svnadmin binary. See the book for
details.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 9 04:48:27 2004

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.