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

Re: Issue with the AuthzSVNAccessFile

From: Robert Petkus <rpetkus_at_bnl.gov>
Date: 2006-11-30 17:37:35 CET

apache conf file will have something like this in the directory/location
container:
<location ... >
...
AuthzSVNAccessFile /somewhere/.svn.access
Satisfy Any
Require valid-user
</location>

and your .svn.access would have something like:
[groups]
goat_lord = luser1,luser2,luser3
[/]
@goat_lord = rw
* = r

where the group goat_lord can read-write whereas everyone else can just
read.

Robert

Gunakar Rao Perumala wrote:
> Hi everybody,
>
> can anyone tell me just where I have to configure the AuthzSVNAccessFile ...bocoz im not able to trace the error where it is saying like Access Denied for the user...
>
> Warm Regards
> Gunakar
>
>
> This email may contain confidential or privileged information for the
> intended recipient(s) and the views expressed in the same are not
> necessarily the views of Zensar Technologies Ltd. If you are not the intended
> recipient or have received this e-mail by error, its use is strictly
> prohibited, please delete the e-mail and notify the sender. Zensar
> Technologies Ltd. does not accept any liability for virus infected mails.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Robert Petkus
Brookhaven National Laboratory
Physics Dept. - Bldg. 510A
Upton, New York 11973
http://www.bnl.gov/RHIC
http://www.acf.bnl.gov
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 17:39:09 2006

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.