SVN Authorization
- by Weslei
I am trying to setup SVN authorization (authentication works fine already) and my AuthzSVNAccessFile looks like the following:
[groups]
todos = user1, user2
proj = user1
[/]
@todos = r
[/myproj]
@proj = rw
However, I can checkout the content of proj (as user1) but I can't commit to it... If i change the file changing to the following:
…