GNOME Bugzilla – Bug 525980
Allow renaming files on WebDAV
Last modified: 2008-04-03 23:48:40 UTC
I just tried to rename a file on a dav share: "Sorry, could not rename "0010.ogg" to "10.ogg": Operation not supported by backend" Support for renaming should be implemented.
Yep, working on that. Almost done.
Fixed in both, gnome-2-22 and trunk. commit 6f201d1ac0fc96d73c23571aa0f98a0db915ae9d Author: gicmo <gicmo@0feb0166-6c39-0410-8ede-fcc449a06167> Date: Thu Apr 3 23:42:15 2008 +0000 Implement set_display_name. (#525980) * daemon/gvfsbackenddav.c: Implement set_display_name. (#525980) With this patch we also do our own redirection handling which alyways allows redirects from /a/b -> /a/b/ (trainling slashes) even for non safe methods. Also some code was cleaned up. git-svn-id: svn+ssh://svn.gnome.org/svn/gvfs/trunk@1722 0feb0166-6c39-0410-8ede-fcc449a06167