Can you describe what attempts fails (which group and committing to
which directory)?
Also I often got that commit error "403 forbidden in response to
MKACTIVITY" because I have misspelled my repository URL. URL are case-
sensitive. So if your repository name is 'TEST' and you type it 'test'
in the URL, it will let you do the checkout but you'll never be able
to commit. The same rule apply for each repository path.
Ezeckiel
On Jan 6, 8:11 am, { Zuhaiß }™ <[email protected]> wrote:
> 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