From: Leo Donahue - OETX [LeoDonahue@xxxxxxxxxxxxxxxxx]
Subject: 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?
|