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

Re: Possible svn bug - add/import large numbers of files with file://

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-26 17:11:24 CEST

On Tue, 2004-05-25 at 09:43, Ryan Schlesinger wrote:

> 5. svn ls file:///path-to/repos/test/trunk (gives valid output)
> 6. Access with firefox gave error number 160029 (Could not open the
> requested SVN filesystem.
> 7. svn ls file:///path-to/repos/test/trunk - gives following output
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///home/repos/svn/test/trunk'
> svn: Berkeley DB error while opening environment for filesystem
> /home/repos/svn/test/db:
> DB_RUNRECOVERY: Fatal error, run database recovery

You've hit the classic BDB permissions problem. You've had different
processes running as different users all access the database directly.

Please read this FAQ:

  http://subversion.tigris.org/project_faq.html#permissions

And also, the last section in chapter 6:

  http://svnbook.red-bean.com/svnbook/ch06s05.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 26 17:16:14 2004

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.