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

Re: Possible to create a more restricted area when default is rw with mod_authz_svn

From: Rob van Oostrum <rvanoo_at_gmail.com>
Date: 2007-10-20 00:54:17 CEST

The second one should work AFAIK. What is the group defined as? Did
you put it under a [groups] heading at the top of the file?

R.

On 10/19/07, Hood, Earl <earl.hood@hp.com> wrote:
> Let's say I have the following:
>
> [/]
> * = rw
>
> Now, I want to have a directory within the repo that allows rw
> access to a specific group. I tried something like:
>
> [/restricted]
> @priv-group = rw
> * =
>
> But I get access denied errors. Thinking the order mattered,
> I tried:
>
> [/restricted]
> * =
> @priv-group = rw
>
> Same error. The * setting appears to supercede the @priv-group
> setting, regardless of order.
>
> Basically, I want priv-group rw access but disable rw access
> for everyone else. If I do:
>
> [/restricted]
> @priv-group = rw
>
> provides nothing since rw is set for everyone at /.
>
> --ewh
>
> --
> Earl Hood
> Software Engineer
> ATCL Doctools
> earl.hood@hp.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 20 00:54:35 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.