Select Subversion->Subversion Access in Admin panel Example config file: {{{#!ini [/] * = 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: {{{#!ini [firstRepository:/] * = r [secondRepository:/] harry = r }}} Example of the SvnAuthzAdminPlugin:[[br]] [[Image(svn.png)]]