TestGroup1 can commit to the TestRepository
TestGroup2 can only commit to SomeModule1 directory but can read all
files/folders in TestRepository
TestGroup3 can only commit to SomeModule2 directory but can read all
files/folders in TestRepository

Removing Everyone(Account) from the root or setting it to ReadOnly
makes all other account readonly. they cant commit.

On Jan 7, 9:42 pm, Ezeckiel <[email protected]> wrote:
> 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- 
> > Hide quoted text -
>
> - Show quoted text -

Reply via email to