Changes between Initial Version and Version 2 of Ticket #2046


Ignore:
Timestamp:
2013-08-07T01:08:42Z (11 years ago)
Author:
daira
Comment:

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  
    11Currently `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.
    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 `--child-of` option that would mimick the current (incorrect) behavior of `tahoe cp -r`.
     3However, 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`.