We would like to start two new development projects: Project1
and Project2
. We have two groups of developers:
GroupA
should have full (read + write) access to both projects, andGroupB
should have no access toProject1
, but full access toProject2
.
I followed Jeff Atwood's tutorial and successfully installed subversion 1.7.6 on Windows Server 2003 as a Windows service. I tested the system by adding folders and files, and commiting changes, and everything worked as it should (the client was TortoiseSVN 1.7.9).
Unfortunately, I couldn't figure out how I could configure the access rights of our developer groups in authz
. The developers can connect to the server, but get Authorization failed
messages when try to commit something.
Thank you for your help in advance.