You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by rb...@connected.com on 2003/11/23 03:56:20 UTC

(13)Permission Denied: Berkley DB Error

Hi,

I run svn 0.31 on RedHat9 with access via apache 2.0.47.

In the apache error log I am seeing messages stating the following:
-----
Could not open file system at /home/svn/repos
(13)Permission Denied: Berkley DB Error while opening environment for file
system /home/svn/repos/db:
-----

I found a little info in the archive about this, but nothing about how to
fix it. Any help is greatly appreciated.

Thanks,
Ryan

Re: (13)Permission Denied: Berkley DB Error

Posted by Jani Averbach <ja...@jaa.iki.fi>.
On 2003-11-22 22:56-0500, rbraswell@connected.com wrote:
>
> In the apache error log I am seeing messages stating the following:
> -----
> Could not open file system at /home/svn/repos
> (13)Permission Denied: Berkley DB Error while opening environment for file
> system /home/svn/repos/db:
> -----

Your repository permissions are incorrect, please check, what is the
user/group in which apache is running, and check that this user has
read/write access to your repository, also for the log files.

If you have mixed file://, svn:// and http:// access methods, and
your umask and/or groups settings are not correct, this will also
lead you to misery, pain and troubles.

Also read this chapter of SVN book which concerns that
topic (or even better, read the whole book! =):

http://svnbook.red-bean.com/html-chunk/ch05s05.html

BR, Jani

-- 
Jani Averbach


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org