[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: K F <cmkforce_at_yahoo.com>
Date: Fri, 7 May 2010 10:10:28 -0700 (PDT)

You are correct. With and with out aliases. Sometimes my fingers just don't listen to what my mind tells them to type.

--- On Fri, 5/7/10, Bob Archer <Bob.Archer_at_amsi.com> wrote:

From: Bob Archer <Bob.Archer_at_amsi.com>
Subject: RE: Trouble with authorization
To: "K F" <cmkforce_at_yahoo.com>, "MarkCooke" <mark.cooke_at_siemens.com>
Cc: "Subversion Users" <users_at_subversion.apache.org>
Date: Friday, May 7, 2010, 5:08 PM

> 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:10:57 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.