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

Re: Setting correct access using Apache

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Fri, 30 May 2008 21:50:03 -0500

On May 30, 2008, at 10:29, Sean Brown wrote:

> On Fri, May 30, 2008 at 5:08 AM, Stephane Bortzmeyer wrote:
>
>> On Thu, May 29, 2008 at 02:19:49PM -0400, Sean Brown wrote:
>>
>>> I'd like to change it so that all users must be still be
>>> authenticated (NO anonymous access), however, everything is now read
>>> only (GET, PROPFIND, OPTIONS, and REPORT). How can I do that?
>>
>> In Apache:
>>
>> AuthzSVNAccessFile /etc/apache2/subversion-access
>>
>> In subversion-access:
>>
>> [/]
>> * = r
>
> This works, but has the side affect of not allowing the repository
> list to be seen by authenticated users using their browser. Now I get
> a 403 error: "You don't have permission to access / on this server."
> It seems to have disabled the "SVNListParentPath on" directive
> (although it's still in the apache configuration file. I can browse
> to a specific repository, but I can no longer see the list of all
> repositories. Here's what the Apache config looks like now.
>
> <Location />
> DAV svn
> SVNParentPath /home/svn
> SVNListParentPath on
> AuthzSVNAccessFile /etc/subversion-access
> Satisfy any
> Require valid-user
> AuthType Basic
> AuthName "Subversion Repository"
> AuthUserFile /etc/svnpasswd
> </Location>

Apparently, this is a known bug:

http://subversion.tigris.org/issues/show_bug.cgi?id=2753

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-31 04:50:34 CEST

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.