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

Setup authz file

From: Styrberg Kenneth <kenneth.styrberg_at_saabgroup.com>
Date: Wed, 9 Apr 2008 15:31:04 +0200

Hi,

we have a simple setup with some projects in our repository. Now we want
to restrict access to some projects by setting access to "no-access" but
it does not work as we expect.

Here is the authz file:

[/]
*=r

[proj1]
@group1=rw
*=

[proj2]
@group1=rw

What we want is to have no access to proj1 unless member of group1 and
read access to proj2 unless member of group1.
Simple enough? Problem is that group1 cannot even checkout proj1, with
error "Read access denied for root of edit". If we set [/] to *=rw, then
checkout is possible, but our access rules isnt what we want.

Can someone shed a light on how to configure this properly.

Svn version 1.4.0

Regards

Kenneth
Received on 2008-04-09 16:10:25 CEST

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.