Hello, 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. Here’s how to reproduce the error: 1. Don't have read/write rights to the root of the repository (for example repository “TESTREPO”) 2. Create a folder (for example folder “test” in project “private”) 3. use the following command to delete the folder: svn rm https://urltorepo/TESTREPO/private/test -m "" -> fails with: „svn: E175013: Access to '/TESTREPO ' forbidden” With best regards Hans Herrmann