Ticket Change Details
Not logged in
Overview

Artifact ID: 5832844e61c547fd85032c19182f818a444d25ca
Ticket: 9f0120fb739aa19c3d4d84bf0fa5f289fd50d9c6
Unexpected result moving directories with "fossil mv"
User & Date: anonymous 2010-12-27 13:30:51
Changes

  1. 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.
    
  2. foundin changed to: "[0018d724b3]"
  3. private_contact changed to: "418c4f45a536c92d788654590d618c26cc3b5913"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    Unexpected result moving directories with "fossil mv"
    
  7. type changed to: "Code_Defect"