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

[apache2] unable to view repository

From: Harrison B. Caudill <kungfoo_at_cc.gatech.edu>
Date: 2004-02-26 00:49:48 CET

When trying to access my repository from my webserver I get the error:

Could not open the requested SVN filesystem

on the website, and the following error in my log:

[Wed Feb 25 18:33:33 2004] [error] [client 66.56.24.196] (13)Permission
denied: Could not open the requested SVN filesystem [500, #160029]

Here are the appropriate lines from my httpd.conf file:

LoadModule dav_module libexec/apache2/mod_dav.so
LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so
LoadModule authz_svn_module libexec/apache2/mod_authz_svn.so

<Location /svn>
  DAV svn
  SVNPath /net/data0/svn/test
</Location>

to try it yourself:

http://hypersphere.no-ip.org:8080/svn

I have done a chmod -R a+rX on the directory, but the db directory doesn't
have executable permissions to begin with, and it doesn't help to add it.

Thanks in advance guys

-- 
Harrison Caudill                        |  .^        www.hypersphere.org
Computer Science & Physics Double Major |  | Me*Me=1
Georgia Institute of Technology         | v'         I'm just a normal guy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 26 00:49:30 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.