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

Re: Unable to config user to grant [/project2/web/styles/] access

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2007-05-29 21:19:15 CEST

On 5/29/07, thomas Armstrong <tarmstrong@gmail.com> wrote:
>
> Hi.
>
> This is my 'subversion.conf' file:
> -------------------------------------
> <VirtualHost svn.mydomain.com>
> ServerName svn.mydomain.com
> ScriptAlias /browse /usr/local/viewvc-1.0.4/bin/cgi/viewvc.cgi
> <Location /project2>
> DAV svn
> SVNPath /home/svn-repositories/project2/trunk
> # our access control policy
> AuthzSVNAccessFile /etc/svn-access-file
> AuthType Basic
> AuthName "Authorization Realm"
> AuthUserFile /etc/svn-auth-file
> Require valid-user
> </Location>
> </VirtualHost>
> ------------------------------------------
>
> This is my '/etc/svn-access-file' file:
> ------------------
> [/]
> john = rw
> mark = rw
> [/project2/web/styles/]
> anna = rw
> --------------------
>
> If I access 'http://svn.mydomain.com/project2/web/styles/' with 'john'
> user, it works ok.
>
> But I cann't access the same URL by using 'anna' user. What am I doing
> wrong?
>

Can you try adding 'anna' to the [/] section as well? [At least with a read
access?]

regards,
-Hari Kodungallur
Received on Tue May 29 21:19:59 2007

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.