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

AW: Unable to delete directory in repository, server version 1.7.1

From: mein name <jgx_at_vsx.net>
Date: Thu, 10 Nov 2011 17:10:33 +0100

Correction:
In order to delete mypath, the user needs write permission on

        /
        /top
        /top/subdir
        /top/subdir/mypath

-----Ursprüngliche Nachricht-----
Von: Jens Geyer [mailto:jgx_at_vsx.net]
Gesendet: Donnerstag, 10. November 2011 16:56
An: Bostjan Skufca; users_at_subversion.apache.org
Betreff: AW: Unable to delete directory in repository, server version 1.7.1

I can confirm that.
Deleting is only possible if the user has write permnissions on the
ENTIRE path.

        / top/subdir/mypath

In order to delete mypath, the user needs write permission on

        /
        /top
        /top/subdir
        /top/subdir/mypath

With an 1.6.x server, write access to /top and above were not necessary.

I could not find any documentation about this changed behavior. Next, it
is not really what we want. I don't want to give all users write access
on the entire tree up to the rootfolder just to enable them to svn
delete their own files and folders.
Received on 2011-11-10 17:11:09 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.