Hans Herrmann <hherrm...@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.mar...@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

Reply via email to