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

AW: Failed to delete a folder

From: Hans Herrmann <HHerrmann_at_mhp.de>
Date: Tue, 5 Mar 2013 16:02:02 +0000

Hans Herrmann <HHerrmann_at_mhp.de> writes:

> I have got the problem that I’m not able to delete any folder in the
> repository unless I’ve got the rights to read the repository root.
>
>
> I use the svn version 1.7.8 (r1419691) With svn version 1.6
> everythings works fine.

Philip Martin <philip.martin_at_wandisco.com> writes:

> It's not clear if you upgraded the client, the server, or both. However I cannot reproduce your results with binaries from the 1.6.x and 1.7.x branches. With the authz file:

> [/]
> * =
> [/A/B]
> foo = rw

> and the command

> svn rm -mm http://localhost/tmp/repo/A/B --username foo

> I get:

> 1.6 server, 1.6 client: denied
> 1.6 server, 1.7 client: denied
> 1.7 server, 1.6 client: denied
> 1.7 server, 1.7 client/neon: denied
> 1.7 server, 1.7 client/serf: success

> Perhaps the issue you are seeing is:

> http://subversion.apache.org/docs/release-notes/1.7.html#case-sensitive-authz

> --
> Certified & Supported Apache Subversion Downloads:
> http://www.wandisco.com/subversion/download

Hello,

I have to be more specific:

Our authz file:
[/]
* =
[/A]
foo = rw
[/A/B]
foo = rw

The command:
svn rm -mm http://localhost/tmp/repo/A/B --username foo

Our results:
1.6 server, 1.6 client: success
1.6 server, 1.7 client: denied
1.7 server, 1.6 client: success
1.7 server, 1.7 client: denied

With best regards

Hans Herrmann
Received on 2013-03-05 17:02:37 CET

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.