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