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