Ticket Change Details
Not logged in
Overview

Artifact ID: d6eb690e7746c4264783cf2e6e8e284b37201697
Ticket: 99caf06e17bed849146e834a8341d40590c29bc5
Error moving a file to a directory with ../..
User & Date: anonymous 2010-11-23 14:22:49
Changes

  1. comment changed to:
    I had pwd in "tools/path", "../path2" existed, and I moved a file this way:
    <verbatim>
    fossil mv myfile ../path2
    </verbatim>
    
    Instead of renaming "tools/path/myfile" to "tools/path2/myfile", it renamed "tools/path/myfile" to "tools/path2", and the "fossil status" started showing "NOT A FILE".
    
    I had to "fossil checkout" to fix that working directory, and specify the full rename path the next time, including the file name.
    
  2. foundin changed to: "[cf178577ec]"
  3. private_contact changed to: "ccd87c60364e1d3e945b6f4d4874f5174b17cc43"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "Error moving a file to a directory"
  7. type changed to: "Code_Defect"