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

Re: AuthzSVNAccessFile fails no matter how its set

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Mon, 16 Jun 2008 12:57:01 -0700

On Mon, Jun 16, 2008 at 12:22 PM, Pat Farrell <pfarrell_at_pfarrell.com> wrote:

> I can't get this to work. The apache logs are not very specific:
>
> [Mon Jun 16 12:57:50 2008] [error] [client 70.184.242.240] Access
> denied: 'dstoddard' CHECKOUT repos:/natshop/docs

What is the error on the command line when you execute the command?

>
>
> Here is the authz file
>
> [groups]
> everyone = pfarrell, kelly, dstoddard
> natshops = pfarrell, dstoddard
>
> [natshop]
> @natshops = rw
>

Can you try with [/natstop]

>
>
> Here is the virtual host fragment:
> <Location /repos>
> SSLRequireSSL
> DAV svn
> SVNPath /var/svnhome
> AuthType Basic
> AuthName "SVN Repository"
> AuthUserFile /usr/local/apache2/goodusers
> Require valid-user
> AuthzSVNAccessFile /usr/local/apache2/authz
>
> </Location>
>
> I can checkout fine, but commits fail.

Hm... the apache log seems to suggest you can't checkout as well.

>
>
> The real repository is /var/svnhome/
> and this project is /var/svnhome/natshop/

regards,
-Hari
Received on 2008-06-16 21:57:48 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.