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

svnserve & authz problem

From: Stefan Karlsson <stefan.karlsson_at_swecoin.se>
Date: 2006-09-19 11:18:06 CEST

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.
 
What is the problem, and how do I solve it?
 
/Stefan
 
Received on Tue Sep 19 11:18:00 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.