Ximon Eighteen wrote:
>I too am seeing this problem.
>
>
>My apache conf looks like:
><Location /repositories>
> DAV svn
> SVNParentPath /data/production/svn.greenpeace.org_r3/content/repositories
> SVNListParentPath on
> SVNAutoversioning On
> SetOutputFilter DEFLATE
> AuthzSVNAccessFile
>/data/production/svn.greenpeace.org_r3/run/httpd-2.0.55/conf/authz-svn-access-file
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile
>/data/production/svn.greenpeace.org_r3/run/httpd-2.0.55/conf/auth-user-file
> Require valid-user
> Order allow,deny
> Allow from all
> ModMimeUsePathInfo On
></Location>
>
>
>
I did some more experimentation and found that by adding a trailing
slash to the <Location> path helps. In your case above, change it to
<Location /repositories/>. After adding the trailing slash, I can see
the repository collection if I put the trailing slash on the request
URL. In my case, http://svntest/svn/; leaving off the trailing slash
still gives the access forbidden error.
It seems the problem may have something to do with the way the Authz
module parses the repository path.
-- John Waycott
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 6 14:41:11 2006