Overview
Artifact ID: | 5832844e61c547fd85032c19182f818a444d25ca |
---|---|
Ticket: | 9f0120fb739aa19c3d4d84bf0fa5f289fd50d9c6
Unexpected result moving directories with "fossil mv" |
User & Date: | anonymous 2010-12-27 13:30:51 |
Changes
- comment changed to:
When moving a directory with some contents, on the target the directory is lost. Let me illustrate with an example: We have: <pre> /a/f /a/b/ff </pre> If I do: <pre> $ mkdir c $ cd a $ fossil mv * ../c RENAME a/b/ff c/ff RENAME a/f c/f </pre> So the tree structure is lost. Of course things get worse when ff and f have the same name, as then it results in an error because of the duplication.
- foundin changed to: "[0018d724b3]"
- private_contact changed to: "418c4f45a536c92d788654590d618c26cc3b5913"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to:
Unexpected result moving directories with "fossil mv"
- type changed to: "Code_Defect"