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

per-directory authorization/wild cards

From: Mark Caron <MCaron_at_primetherapeutics.com>
Date: 2007-10-09 16:30:34 CEST

We've just installed a test Subversion and we are using
mod_authz_svn and the AuthzSVNAccessFile for
authorization. With this method, one can set up users and
groups to have access for any directory such as:

[/trunk/app/foo]
* = r
@foodevs = rw

(this gives everyone read access to /trunk/app/foo
directory and the foodevs group read and write).

What we would like to have is this:

[/trunk/*/foo]
* = r
@foodevs = rw
 
Which would grant access to the named users/groups
to /trunk/app/foo, /trunk/newapp/foo, etc. using a wild
card character in the path.

Does anyone know if there is a hook script or any other
authorization method available that has this feature?

Thank you!

I posted this on the Collabnet board and Mark Phippard replied:
 

There are two issues in SVN issue tracker for this:

http://subversion.tigris.org/issues/show_bug.cgi?id=2662
http://subversion.tigris.org/issues/show_bug.cgi?id=2958

CollabNet Enterprise Edition has this feature. We offer a free 15-user
download on this site:

http://downloads.open.collab.net/cee15.html

Just thought I'd post this here for any other comments.
Thank you.

Mark Caron
Sr. Systems Engineer
IT-Middleware Team
Prime Therapeutics
651-414-1585

==============================================================================

CONFIDENTIALITY NOTICE:
This E-Mail is intended only for the use of the individual or entity to which it is addressed. This communication including any attachments may contain information that may be privileged, confidential and is exempt from disclosure under applicable law. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying is strictly prohibited. If you believe you have received this E-Mail in error, please notify the sender immediately by E-Mail or by calling 1- (800) 858-0723 and delete the original message and any backups from your computer system. All personal messages express views solely of the sender, which are not to be attributed to Prime Therapeutics LLC or any of its affiliated organizations and may not be distributed without this disclaimer. If you have any questions concerning this message, please contact the sender. Thank you for your cooperation.
 
==============================================================================
Received on Tue Oct 9 16:45:40 2007

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.