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

authz file help

From: Jac Steenekamp <skobbejac_at_gmail.com>
Date: Wed, 18 Mar 2009 03:55:42 -0700 (PDT)

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].
Received on 2009-03-18 11:56:49 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.