apache: Could not open the requested SVN filesystem
From: Bud Bach <wwbach_at_ameritech.net>
Date: 2005-03-26 22:08:50 CET
A FAQ I know but maybe someone else can see what I am doing wrong:
<Location /svn>
DAV svn
SVNParentPath /var/svn
# Require SSL connection for password protection.
# SSLRequireSSL
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /etc/svnpasswd
Require valid-user
</Location>
# cd /var/svn
# svnadmin create test --fs-type=fsfs
# chown -R apache.apache .
<D:error>
<C:error/>
<m:human-readable errcode="13">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
Apache error log:
[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] (20014)Error
[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] Could not fetch
[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] Could not open
[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] Could not open
-- Bud
|
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.