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

Permissions Problems--Help!

From: Aaron Davies <aaron.davies_at_gmail.com>
Date: 2004-06-22 17:23:57 CEST

OK, so I've got SVN, Apache, and BDB all compiled and running. I've
set up my httpd.conf with the appropriate location block configuring
the repository. My repository is in /var/subversion, and I've given
ownership and group of that dir and all its contents to user & group
www-data. I've configured Apache to run as that same user and group.
Nonetheless, when I try to access the repository, it fails miserably.
Apache does issue the auth challenge, which I pass, but I then get

<D:error>
<C:error/>
<m:human-readable errcode="160029">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

in my browser, and

[Tue Jun 22 11:16:00 2004] [notice] Apache/2.0.49 (Unix) DAV/2
SVN/1.1.0-dev configured -- resuming normal operations
[Tue Jun 22 11:16:30 2004] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Berkeley DB error while opening environment
for filesystem /var/subversion/db:\nPermission denied
[Tue Jun 22 11:16:30 2004] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Tue Jun 22 11:16:30 2004] [error] [client 127.0.0.1] Could not open
the requested SVN filesystem [500, #160029]
[Tue Jun 22 11:16:30 2004] [error] [client 127.0.0.1] Could not open
the requested SVN filesystem [500, #160029]

in my logs. I'm stumped!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 22 17:25:17 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.