Changes between Version 2 and Version 5 of Ticket #2046
- Timestamp:
- 2015-05-11T13:31:39Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2046
- Property Milestone changed from soon to 1.11.0
-
Ticket #2046 – Description
v2 v5 1 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. 2 2 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 current (incorrect) behavior of `tahoe cp -r`.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.