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

Re: HELP!

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-09-30 22:16:08 CEST

Noah Silverman wrote:
> Interestingly, the error messages have changed.
>
> Here is what we got earlier today:
> ------------
> [Mon Sep 30 13:56:12 2002] [error] [client 127.0.0.1] Could not fetch
> resource information. [500, #0]
> [Mon Sep 30 13:56:12 2002] [error] [client 127.0.0.1] Could not open the SVN
> filesystem at /data/svn [500, #165005]
> [Mon Sep 30 13:56:12 2002] [error] [client 127.0.0.1] (13)Permission denied:
> Expected version '1' of repository; found no version at all; is `/data/svn'
> a valid repository path? [500, #165005]

this error indicates a repository that was created with an earlier
version of svnadmin. the database format has changed since then, so
you'll need to dump and restore before you can access it with a new
subversion.

> Here is what I got right now:
> --------------
> [Mon Sep 30 16:10:09 2002] [error] [client 127.0.0.1] Could not fetch
> resource information. [500, #0]
> [Mon Sep 30 16:10:09 2002] [error] [client 127.0.0.1] Could not open the SVN
> filesystem at /data/svn [500, #160000]
> [Mon Sep 30 16:10:09 2002] [error] [client 127.0.0.1] (2)No such file or
> directory: bad database version: 3.1.17 [500, #160000]
> --------------

your apr/apache is linked against version 3.1.17 of berkeley db.
recompile it with version 4.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 30 22:16:46 2002

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

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