Authenticated ReadOnly and ReadWrite
From: Michael Hogsett <hogsett_at_csl.sri.com>
Date: 2005-11-30 01:05:27 CET
I need to configure my apache config file
I have 4 users, Alice, Bob, Chuck and Dan
Alice and Bob need authenticated Read-Only access.
Chuck and Dan need authenticated Read-Write access.
In my svngroups file I have group REPO containing all 4 users.
I have in my apache config :
<Location /svn>
<Location /svn/private>
<Location /svn/private/REPO>
My thought with the final Location block was
This is not the case. Alice and Bob can write
How can I change this to get the behaviour I want?
Thanks
- Mike
---------------------------------------------------------------------
|
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.