> > Thanks for your answer. So, to be absolutely clear, fred's access is 'rw'?
>
> Yes.
Thanks again,
David
On 28.07.2015 11:23, David Aldrich wrote:
>>> groupA = fred
>>> groupB = fred, jane
>>>
>>> [myRepo:/]
>>> @groupA = rw
>>> @groupB = r
>>>
>>> Is fred's access to myRepo:/ 'rw' or 'r'?
>> The user always gets the union of all rights given her by a rule; in other
>> words, the maximum access right
> > groupA = fred
> > groupB = fred, jane
> >
> > [myRepo:/]
> > @groupA = rw
> > @groupB = r
> >
> > Is fred's access to myRepo:/ 'rw' or 'r'?
>
> The user always gets the union of all rights given her by a rule; in other
> words, the maximum access rights defined in any entry in a rule.
Thanks
On 28.07.2015 10:11, David Aldrich wrote:
> Hi
>
> Path-Based Authorization is described here:
>
> http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html
>
> Having read that description, it is not clear to me what happens in this
> situation:
>
> groupA = fred
> groupB = fred