Changes between Version 1 and Version 2 of Ticket #2329, comment 15
- Timestamp:
- 2015-01-22T18:20:06Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2329, comment 15
v1 v2 1 1 When I said +1 for option 1, I was thinking that the previous behaviour of cases (B) and (C) --i.e. copying the contents of a dircap into a directory-- would become inexpressible. However I now understand the error in option 3 to be saying that "you must specify a previously nonexisting destination directory name". In that case you could still write: 2 2 3 * ( K) `cp -r DIRCAP local/missing -> local/missing`3 * (J2) `cp -r DIRCAP local/missing -> local/missing` 4 4 5 5 which would be consistent with cases (F) and (I), because `local/missing` becomes a copy of `DIRCAP`.