2010/9/1 alinagra <alina...@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