Changes between Initial Version and Version 1 of Ticket #943, comment 13


Ignore:
Timestamp:
2015-05-11T13:23:21Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #943, comment 13

    initial v1  
    11http://tahoe-lafs.org/trac/tahoe-lafs/changeset/4435#file15 fixed one case in which it was possible for {{{tahoe mv}}} to print "OK" after an error (when the source file cannot be removed after the destination file has been successfully added). However, that doesn't appear to be the case involved here, because it would have had to print  an error message to stderr first.
    22
    3 Note that {{{tahoe mv}}} uses a PUT then a DELETE of the original file, not a POST with {{{?t=rename}}}. It would have to be changed to do the latter (as well as changing {{{?t=rename}}} to do the path check) in order for the approach of comment:4 to work.
     3Note that {{{tahoe mv}}} uses a PUT then a DELETE of the original file, not a POST with {{{?t=rename}}}. It would have to be changed to do the latter (now called {{{?t=relink}}}), as well as changing {{{?t=relink}}} to do the path check, in order for the approach of comment:4 to work.