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

Re: frequent Berkeley database errors

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-07 20:34:15 CET

On Fri, 2003-11-07 at 13:01, Pasi Hirvonen wrote:

> % svn update
> svn: Couldn't find a repository
> svn: No repository found in
> 'svn+ssh://XXXXXXXX/path/to/repository'
> svn: Berkeley DB error
> svn: Berkeley DB error while opening environment for filesystem /path/to/repos:
> DB_RUNRECOVERY: Fatal error, run database recovery

If two people are hitting the repository with svn+ssh://, that's
equivalent to the same two people sitting on the server machine and
accessing the db files directly via file:///.

Are you having permissions and umask problems? That's the most likely
cause of these problems in such a scenario. Look at the "repository
permissions" section of chapter 5 in the book.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 7 20:36:44 2003

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.