Changes between Initial Version and Version 2 of Ticket #2046
- Timestamp:
- 2013-08-07T01:08:42Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2046
- Property Summary changed from Add tahoe cp --children-of options to Add tahoe cp --children-of option
-
Ticket #2046 – Description
initial v2 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 `--child -of` option that would mimickthe 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 current (incorrect) behavior of `tahoe cp -r`.