Changes between Initial Version and Version 1 of SvnAuthz


Ignore:
Timestamp:
11/11/15 11:16:00 (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnAuthz

    v1 v1  
     1Select Subversion->Subversion Access in Admin panel
     2  * click on Subversion Paths
     3
     4Example:
     5{{{#!ini
     6[/]
     7* = r
     8[/branches/calc/bug-142]
     9harry = rw
     10sally = r
     11[/branches/calc/bug-142/secret]
     12harry =
     13}}}
     14
     15 * '''/''' = ''Everyone has read access by default''
     16 * '''/branches/calc/bug-142''' = ''harry has read/write access, sally read only''
     17 * '''/branches/calc/bug-142/secret''' = ''harry has no access, sally has read access (inherited as a sub folder permission)''