wiki:SvnAuthz

Select Subversion->Subversion Access in Admin panel

Example config file:

[/]
* = r
[/branches/calc/bug-142]
harry = rw
sally = r
[/branches/calc/bug-142/secret]
harry =
  • / = Everyone has read access by default
  • /branches/calc/bug-142 = harry has read/write access, sally read only
  • /branches/calc/bug-142/secret = harry has no access, sally has read access (inherited as a sub folder permission)

Example for multiple repositories:

[firstRepository:/]
* = r
[secondRepository:/]
harry = r

Example of the SvnAuthzAdminPlugin:

Last modified 8 years ago Last modified on 11/11/15 12:37:09

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.