You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stefan Karlsson <st...@swecoin.se> on 2006/09/19 09:18:06 UTC

svnserve & authz problem

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
 

Re: svnserve & authz problem

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/19/06, Stefan Karlsson <st...@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

RE: svnserve & authz problem

Posted by Thomas Hemmer <th...@go-engineering.de>.
Stefan,

maybe you will find some hints within the following discussion thread:

http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=51238
8


Hope this helps,

Thomas


________________________________

	From: Stefan Karlsson [mailto:stefan.karlsson@swecoin.se]
	Sent: Tuesday, September 19, 2006 11:18 AM
	To: users@subversion.tigris.org
	Subject: svnserve & authz problem


	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




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org