Changes between Version 5 and Version 6 of Ticket #2046
- Timestamp:
- 2015-05-11T13:33:04Z (10 years ago)
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 addressesthat issue.1 In 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. 2 2 3 However, once #712 is fixed, there will beno 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.3 However, 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.