Paul Egan <paulegan@mail.com> wrote:
> Hi. I've been trying out the new authorization functionality for svnserve.
>
> My intention was to give a particular user read/write access to a single
> directory only, e.g.:
>
> [/]
> foo = rw
> [/open]
> bar = rw
>
> User bar can now read only from /open and no other directory.
> Unfortunately any write to /open returns with an "Access denied".
> With root read access enabled for bar, writes now succeed, e.g.:
>
> [/]
> foo = rw
> bar = r
> [/open]
> bar = rw
> [/other]
> bar =
>
>
> Is this intended or a bug? I presume a call to open_root() is the
> culprit. Whether bug or feature, the work-around of enabling
> root read access and then disabling access to each other top-
> level, is quite a pain.
>
Hi Paul,
I already posted this question (bug or feature) some days ago
but didn't get any answer yet (Subject was: "Strange behaviour
of svnserve authz").
Mathias
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 11 08:48:34 2006