Changes between Version 5 and Version 6 of Ticket #2046


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2046 – Description

    v5 v6  
    1 Currently `tahoe cp -r` only copies a directory's children, and not the directory itself. This is inconsistent with `cp`, and ticket #712 addresses that issue.
     1In Tahoe-LAFS v1.10.0, `tahoe cp -r` used to only copy a directory's children, and not the directory itself. This was inconsistent with `cp`, and ticket #712 fixed that issue.
    22
    3 However, once #712 is fixed, there will be no way to copy the children of a directory on the grid without also copying the parent. This ticket proposes a new `--children-of` option that would mimic the (incorrect) behavior of `tahoe cp -r` as of Tahoe-LAFS v1.10.0.
     3However, now that #712 is fixed, there is no way to copy the children of a directory on the grid without also copying the parent. This ticket proposes a new `--children-of` option that would mimic the (incorrect) behavior of `tahoe cp -r` as of Tahoe-LAFS v1.10.0.