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

RE: Trouble with authorization

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 7 May 2010 13:08:53 -0400

> More testing reveals that aliases are not needed. Here is what works:
>
> With Groups

I assume here you mean "with aliases"

>
> [aliases]
> dev10 = dev1
> dev20 = dev2
> dev30 = dev3
>
> [groups]
> deva = &dev10, &dev20
> devb = &dev30
>
> [/]
> @deva = rw
> @devb = r
>
> ------------------------------
>
> Without Groups

and here you mean "without aliases"

>
> [aliases]
>
> [groups]
> deva = dev1, dev2
> devb = dev3
>
> [/]
> @deva = rw
> @devb = r
>
> My problem was that I thought the ampersand was only necessary if you used
> aliases.
>
> I hope this helps anyone else that may have had problems.
>
> Rich

In both cases you are using groups.

BOb
Received on 2010-05-07 19:07:40 CEST

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.