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

Re: Re: An issue about SVN access deny

From: Alexey Bakhirkin <abakhirkin_at_gmail.com>
Date: Thu, 2 Sep 2010 20:47:41 +0400

So, you want your users to be able to make a sparse tag of "trunk"
without "access" subdirectory? If a user can check out "trunk" without
"access" (in your configuration) he may try to tag his working copy.

2010/9/1 alinagra <alinagra_at_163.com>:
> Hi, Johan,
> Thanks for your reply!
>
> I want to create tag for /trunk, and the accounts expept TIM do not have
> access right to the /trunk/access folder, in another words, the
> /trunk/access folder is invisible for all other accounts.
> I have tried sevral times, and it seems if a user do not have access right
> to a subfolder, he can not create a tag for this folder.
> Am I right ? or anyone has some solution?
>
> Thanks!
>
>
> At 2010-09-01 16:36:17,"Johan Corveleyn" <jcorvel_at_gmail.com> wrote:
>
>>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-02 18:48:19 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.