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

Re: Directory based access

From: Matthias Fechner <idefix_at_fechner.net>
Date: Sun, 16 Mar 2008 10:18:20 +0100

Hi Matt,

Matt imMute Sickler wrote:
> We will need more of the authz file inorder to help. What you gave us
> is not enough.

thx for your answer, I will try to sum it up again.
The repository is located under:
/usr/local/svn/test

The structure is:
/trunk
   /trunk/sw
   /trunk/hw
/branches
/tags

The users login via ssh (svn+ssh://).
What I want now is to limit access to /trunk/sw and /trunk/hw to two
different groups of users.
For that i defined groups in authz with:
[groups]
software-read = test
hardware-read = test2

Then I forbid access to the directory:
[/]
@software-read =
@hardware-read =

The I tried to allow accces for the groups but that fails and I have no
idea how to do it correctly:
[test:/trunk/hw]
@hardware-read = rw

[test:/trunk/sw]
@software-read = rw

I think the problem is the [test:/trunk/hw] but I found nothing in the
documentation howto really write that line correctly, can someone help
me here please?

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-16 10:18:55 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.