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

Re: svnserve & authz problem

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-19 15:00:36 CEST

On 9/19/06, Stefan Karlsson <stefan.karlsson@swecoin.se> wrote:
>
>
> Hi,
>
> I am trying to set up the authz file, used by svnserve, so that the tags
> only can created but not changed.
>
> I have the following authz file:
> ________________________________
> [groups]
> developers = user1,user2,user3 [/]
> @developers = rw
> * = [/tags/v0100]
> @developers = r * = [/tags/*]
> @developers = r * =
> ________________________________
>
> The "/tags/v0100" setting seems to work. I can check it out but I can't
> commit changes, perfect.
>
> But I don't want to specify all current and all future tags, so I added the
> "/tags/*", but I can't get it to work.

That's because wildcards are not supported in authz files.

-garertt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 19 15:01:47 2006

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.