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

how to add a group and exclude the group in path-based authorization?

From: baz themail <bazthemail_at_gmail.com>
Date: Tue, 16 Jun 2009 18:24:46 -0700

Hi,

If I have two existing repos in my svn server that is already managed using
path-based authorization. If I want to add a group and then restrict the
group 's access to certain part of the repo1, then what should i do? I
listed the exsiting contents of svnaccessfile.

I tried to put "@contractors = " in [/] section under "* = rw" but it will
not work, why? I thought this is the right location since i would like to
shut off all access for group contractors to all repos.

I tried to put "@contractors = " in a new section called [repo1:/], it
works. Is this restriction only apply to local "section"? If i have 100
repos, then is that mean i have to do them all?

Thanks. A.

[groups]

admins = admin1, admin2
contractors = contractor1, contractor2

[/]

* = rw

[repo1:/src/branches]

* = r
@admins = rw

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2362670

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-17 03:26:03 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.