After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 525980 - Allow renaming files on WebDAV
Allow renaming files on WebDAV
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: webdav backend
git master
Other Linux
: Normal normal
: ---
Assigned To: Christian Kellner
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-04-03 14:54 UTC by Michael Monreal
Modified: 2008-04-03 23:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Michael Monreal 2008-04-03 14:54:25 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.
Comment 1 Christian Kellner 2008-04-03 16:33:30 UTC
Yep, working on that. Almost done.
Comment 2 Christian Kellner 2008-04-03 23:48:40 UTC
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