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

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 .

 

http://svn.host.com/svn/test

 

<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
string not specified yet: Can't open file '/var/svn/test/format': Permission
denied

[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] Could not fetch
resource information. [500, #0]

[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] Could not open
the requested SVN filesystem [500, #13]

[Sat Mar 26 15:03:24 2005] [error] [client 68.253.194.125] Could not open
the requested SVN filesystem [500, #13]

 

 

-- Bud
Received on Wed Mar 30 05:38:20 2005

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.