[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: authz file help

From: Irfan Sayed <irfu.sayed_at_gmail.com>
Date: Thu, 19 Mar 2009 17:37:15 +0530

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.