You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Leo Donahue - OETX <Le...@mail.maricopa.gov> on 2013/10/24 05:47:55 UTC

[users@httpd] RE: access rules

From: Leo Donahue - OETX [LeoDonahue@mail.maricopa.gov]
Subject: [users@httpd] access rules
Apache 2.4.6
Subversion 1.8.3

When implementing access rules, what is the significance of the following:

[/]
admin = rw

[repo1/]
* = r

Does admin have read/write access to repo1 and any subdirectories in repo1?

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

I only saw one sentence in the svn book that says:
"permissions are inherited from parent to child directory"

I guess the "*" overrides any users in the parent directory in this example?