| Issue 8: | Document improvements to the authz file syntax | |
| Back to list |
Sign in to add a comment
|
We need to document the $authenticated and $anonymous magic authz tokens added in Subversion 1.5. Need to document the rule inversion syntax, too (also added in 1.5?). If my code cruising is accurate, the following are all valid: [/some/path] ~cmpilato = rw # Everybody except 'cmpilato' gets 'rw' permission. ~@group = rw # Everybody except the 'group' group gets ... ~$authenticated = rw # Everybody not authenticated gets ... (same as $anonymous?) |
||||||||||
,
Oct 22, 2008
[Was http://svnbook.red-bean.com/trac/ticket/126]
Labels: -Type-Defect Type-Enhancement
|
|||||||||||
|
|
|||||||||||