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

Server module corrupts repository.

From: Robert Larsen <robert_at_the-playground.dk>
Date: 2003-03-04 18:19:27 CET

Hi all

Some time ago I struggled with getting the Subversion module for Apache to work ( http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=31561 ),but got it to work by changing a couple of values in configure.in and moving DB headers and libraries. It has worked for a while.
Now for some reason something has gone wrong:

[robert_at_codemachine robert]$ svn ls file:///var/cvsroot/svnrepo
ludo/
odin/
[robert_at_codemachine robert]$ svn ls http://localhost:5000/svn
svn: RA layer request failed
svn: The path was not part of a repository
svn: PROPFIND of /: 405 Method Not Allowed
[robert_at_codemachine robert]$ svn ls file:///var/cvsroot/svnrepo
svn: Couldn't open a repository.
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///var/cvsroot/svnrepo'
svn: Berkeley DB error
svn: Berkeley DB error while opening environment for filesystem
/var/cvsroot/svnrepo/db:
DB_RUNRECOVERY: Fatal error, run database recovery
[robert@codemachine robert]$

Every access to the repository through the server module corrupts the repository.
Anybody knows what is happening ?
I use revision 5197.

Robert

-- 
"This is a Unix system...I know this." - Little girl from Jurassic Park
Received on Tue Mar 4 18:19:24 2003

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.