Hi Path-Based Authorization is described here:
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html Having read that description, it is not clear to me what happens in this situation: groupA = fred groupB = fred, jane [myRepo:/] @groupA = rw @groupB = r Is fred's access to myRepo:/ 'rw' or 'r'? Does the order of the groups (below the [myRepo:/] statement) matter? (We are running svn 1.8). Best regards David