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

Re: Failed to delete a folder

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 05 Mar 2013 15:36:44 +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.

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
Received on 2013-03-05 16:37:40 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.