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

R: getting svn and apache to work !!!!!

From: Guido Anzuoni <guido.anzuoni_at_kyneste.com>
Date: 2004-09-07 16:51:20 CEST

Well,
I think that the problem is not in the configuration, but in the repository:
......
Python/2.3.3 DAV/2 SVN/1.1.0-rc2 configured -- resuming normal operations
[Tue Sep 07 07:53:08 2004] [error] [client 192.168.1.52] (20014)Error string not specified yet: Bad database version: compiled with 4.0.14, running against 4.2.52
[Tue Sep 07 07:53:08 2004] [error] [client 192.168.1.52] Could not fetch resource information. [500, #0]
[Tue Sep 07 07:53:08 2004] [error] [client 192.168.1.52] Could not open the requested SVN filesystem [500, #160000]
[Tue Sep 07 07:53:08 2004] [error] [client 192.168.1.52] Could not open the requested SVN filesystem [500, #160000]
.........

Seems like you created the repository with subversion linked with Berkeley DB 4.0.14 and
now you are accessing the repos with subversion linked with Berkeley DB 4.2.52.

If you have the old subversion try to dump the repository, create a new repository using
the new subversion and load the dump into.

Keep backup !!

Guido.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 16:52:11 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.