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

Path-based authorization question

From: subs <subs_at_consertum.com>
Date: 2007-08-15 19:25:24 CEST

Hi,

I have two repositories created with svnadmin that I access via http/apache.

/var/repos/a
/var/repos/b

I am trying to prevent a user Z from having ANY access to /var/repos/a, but have
full access to /var/repos/b

I have created a svn_access_file with the content below. I have tried various
combinations, but I can either get user Z to read /var/repos/a or not to be able
to access any repository. I suspect I am just missing a subtle tweak. Can
anybody suggest how I can do this?

Thanks,

svn_access_file:

[groups]
full_users = X, Y
restricted_users = Z

[/]
@full_users = rw
@restricted_users =

[a:/a]
@full_users = rw
@restricted_users =

[b:/b]
@full_users = rw
@restricted_users = rw

-- 
Derek
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 15 19:23:30 2007

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.