[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: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 22 Jul 2009 12:23:39 +0100

On Wed, Jul 22, 2009 at 04:06:22AM -0700, Franc Marx wrote:
> 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?

See http://subversion.tigris.org/issues/show_bug.cgi?id=3242

1.5.0 has brought features which try to do things that aren't
compatible with the way authz was designed. No one noticed
this prolem before 1.5.0 release, because people don't test
our release candidates.

It's a problem that's hard to tackle right now because of lack
of developer resources.

For now, you're best off moving all your customers to separate
repostitories if you can't live with them seeing each others'
directories.

Stefan
Received on 2009-07-22 13:24:35 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.