wiki:SvnAuthz

Version 2 (modified by admin, 8 years ago) ( diff )

--

Select Subversion->Subversion Access in Admin panel

  • click on Subversion Paths

Example:

[/]
* = 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

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.