My favorites | Sign in
Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 8: Document improvements to the authz file syntax
  Back to list
Status:  New
Owner:  cmpilato
Type-Enhancement
Priority-Medium
Milestone-en-1.6


Sign in to add a comment
 
Reported by cmpilato, Oct 22, 2008
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?)

Comment 1 by cmpilato, Oct 22, 2008
[Was http://svnbook.red-bean.com/trac/ticket/126]
Labels: -Type-Defect Type-Enhancement
Sign in to add a comment

Hosted by Google Code