[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: <smishra_at_speakeasy.net>
Date: 2004-02-09 05:51:18 CET

Hi Ben,

If you had read my message carefully, you would have seen that I created
a *new* snv repository with 0.37 for my testing. The issue of migration
should therefore be irrelevant.

Here are the contents of my repository's format file:

3

I assume this means schema version 3? (I checked the backup of my
previous svn repository, and format there contains 2.)

Sunil

Ben Collins-Sussman wrote:
> 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 05:51:36 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.