« Return to Thread: subversion acls

Re: subversion acls

by PRM AG - Matthias Weinmann :: Rate this Message:

Reply to Author | View in Thread

Hello,

I also had this problem.
Solution, that worked for me.

You have to define in svnserve.conf rw - access at minimum to
authenticated users.
Line 13: auth-access = write

M. Weinmann
PRM AG

Rahul S schrieb:

> Hi,
>      I am new to subversion. I am trying to set up directory-level
> access control in the repository. The 'conf/authz' is as follows:
> [/]
> * = r
>
> [/abc/trunk/src]
> * =
> user1 = rw
>
> But when I try to checkout the source as the user 'user1', I get the
> following error:
> "svn: Not authorized to open root of edit operation"
> What am I doing wrong here ?
>
> Regards,
>
> -Rahul S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: subversion acls