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

Re: An issue about SVN access deny

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Wed, 1 Sep 2010 10:36:17 +0200

2010/9/1 alinagra <alinagra_at_163.com>
>
> Hi, buddies,
>
> I have setup a SVN server and use SASL authentication. But right now I have a authz question:
> I add authentication control the folder: /trunk/access, and only the account TIM can access this folder.
>
> I can create tags with accont TIM, but when I try to create a tag with other accounts, it reports "access denied" error.
> and if I delete these lines below in the authz file, other accounts can create tags.
>
> [test:/trunk/access]
> @aa = rw
> * =

Do you mean that the other accounts want to create tags of
/trunk/access? In that case they need at least read access, so you
should change
    * =
to:
    * = r

in the above rule.

--
Johan
Received on 2010-09-01 10:37:12 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.