Hello all, I have one test repository in my visualsvn server.
I have three groups TestGroup1 TestGroup2 TestGroup3 Every one can read code from repository. But those who have read/write permission should be able to commit their code +--Reposiroties (Administrator - Read/Write | I have removed Everyone from here) ....|_TestRepository (TestGroup1 - Read/Write , TestGroup2, TestGroup3 - Read Only) .......|_branches .......|_tags .......|_trunk ..........|_TestProject ..........|_SomeModule1 (TestGroup2 - Read/Write) ..........|_SomeModule2 (TestGroup3 - Read/Write) How do I configure these permissions? So far all my attempts have failed. I am using ankhsvn plugin .. I have also tried doing the same with tortoisesvn. I get an error Commit failed .. 403 forbidden in response to MKACTIVITY

