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

Setting directory permissions when using Apache server

From: Clyde Jones <cjones_at_exelixis.com>
Date: Thu, 22 Oct 2009 17:21:40 -0700

Hi
 I have successfully setup Subversion with LDAP using the wonderful
directions here
http://pteropus.blogspot.com/2008/04/securing-subversion-via-ldap.html

Does anyone have the combination of methods that will allow read-only
access to a tree?

I want to give the primary group full access, another group read-only
access, and remove everyone else's access.

Currently I have:

<Location /svn/main/>
    <LimitExcept MERGE MKCOL POST PUT DELETE PATCH PROPPATCH>
        Require group CN=Mygroup,OU=Security,DC=mycompany,DC=com
    </LimitExcept>
</Location>

This gives everyone read-only access, and mygroup full access.

We are running Subversion 1.5.5

Thanks!!

--
Clyde Jones
R&D Informatics 
Senior Operations Developer
cjones_at_exelixis.com
Exelixis Inc
650 837 7085 Office
650 228 4699 Cell
This email (including any attachments) may contain material
that is confidential and privileged and is for the sole use of
the intended recipient. Any review, reliance or distribution by
others or forwarding without express permission is strictly
prohibited. If you are not the intended recipient, please
contact the sender and delete all copies.
Exelixis, Inc. reserves the right, to the extent and under
circumstances permitted by applicable law, to retain, monitor
and intercept e-mail messages to and from its systems.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2410476
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-23 02:22:55 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.