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

Re: [apache2] unable to view repository

From: Paul Gross <paul_at_grosss.net>
Date: 2004-02-26 01:01:07 CET

You need to also give write permission to at least the files in the db
directory. I'm not sure exactly which files need which permissions, but
just hitting my repository with a web browser touches a bunch of files
in the db directory.

Paul

Harrison B. Caudill wrote:

>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
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 26 01:01:09 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.