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

RE: Re: Error with Branch, Commit/Update works fine

From: Franc Marx <ib_at_francmarx.de>
Date: Wed, 22 Jul 2009 04:06:22 -0700 (PDT)

I don't want to grant all customers the root access to the repository root https://svn.xxx.de/s%e2%80%8bvn, because they could see other customers with repo-browser (this means they can see all other customers, but can't look inside other customers path)

We are using this auth-file:

[groups]
admin = superuser
customer1 = person_xy
customer2 = person_abc

[emv:/]
@admin = rw
* =

[svn:/]
@admin = rw
* =

[svn:/customer1]
@customer1 = rw
* =

[svn:/customer2]
@customer2 = rw
* =

Commit and Update works fine for all customers, BUT Branch fails!

Branch needs to access /svn root path ... why?

Franc

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-22 13:07:15 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.