[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: Thomas Hemmer <themmer_at_go-engineering.de>
Date: 2006-09-19 11:44:29 CEST

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
Received on Tue Sep 19 11:45:58 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.