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

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

From: thomas Armstrong <tarmstrong_at_gmail.com>
Date: 2007-05-29 17:38:56 CEST

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?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 29 17:40:36 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.