Hi,
Did this problem resolve...??
Regards
Irf
On Wed, Mar 18, 2009 at 4:25 PM, Jac Steenekamp <skobbejac_at_gmail.com> wrote:
> I want to give certain users access to certain folders of my repository
>
> My authz file look like this
>
> [groups]
> SITES = siteuser1, siteuser2
>
> # the sites group should not have access to the root
> [/]
> @SITES =
>
> # Give all the sites access to this folder
> [/trunk/common]
> @SITES = rw
>
> # Give siteuser1 access to this folder
> [/trunk/sites/site1]
> siteuser1 = rw
>
> [/trunk/sites/site2]
> siteuser2 = rw
>
>
> The siteuser1 can browse the site1 directory (using tortoise SVN) but I if
> I try to commit any changes to the site1 directory I get a Authorization
> failed error.
>
>
> I use svnserve on a Windows server 2003 with Sp1
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1347369
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1355165
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-19 15:25:45 CET