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

Directory based access

From: Matthias Fechner <idefix_at_fechner.net>
Date: Thu, 13 Mar 2008 12:38:21 +0100

Hi,

I have here my repository under /usr/local/svn/testrepo.
Access to it is realized with ssh and scponly as shell which works
perfectly.

The structure of the repository is:
/trunk
/branches
/tags

And under that directories are subdirectories.

Now I tried to limit access to it but I have no idea howto write the
directory in the authz file.

I have in svnserve.conf:
[general]
anon-access = none
auth-access = read
auth-access = write
authz-db = authz
realm = Test Repository

In the file authz:
[groups]
software-readonly = test

[/]
@software-readonly =

[testrepo:/trunk]
@software-readonly = r

But the access for the user test is denied, what is wrong here?
(If I disable the authz-db line in the svnserve.conf everything is
working again but without directory limitation).

Best regards,
Matthias

-- 
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-13 13:15:39 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.