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

Re: ACLs vs tags

From: Zsolt Koppany <zkoppanylist_at_intland.com>
Date: Wed, 23 Sep 2009 11:20:26 +0200

Hi Udo,

codeBeamer supports ACL for subversion:

http://intland.com/products/main.html

Zsolt

Udo Rader wrote:
> Hi,
>
> I am facing some troubles with a "conflict" between ACLs vs. allowing
> users to create tags.
>
> User connect via dav_svn, the AuthzSVNAccessFile looks similar like this:
>
> ------CUT------
> adminUsers = fred,wilma
>
> [/restricted/project]
> foo = rw
>
> [/]
> * =
> @adminUsers = rw
> ------CUT------
>
> Now if the "foo" user wants to create a tag like this ...
>
> ------CUT------
> svn copy https://svn.example.com/repos/restricted/project/trunk
> https://svn.example.com/repos/restricted/project/tags/1.0 -m "creating
> the 1.0 tag"
> ------CUT------
>
> ... I then get a "403 Forbidden" error, because the client tries to
> access repos/:
>
> ------CUT------
> [Wed Sep 23 09:42:37 2009] [error] [client 192.168.123.123] Access
> denied: 'foo' PROPFIND repos:/
> ------CUT------
>
> The only "workaround" I found so far is to make the entire repository
> readable for the user.
>
> So how can I allow user "foo" to create tags within the restricted
> project without making the entire repository readable for him?
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2398781

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-23 11:21:38 CEST

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.