Overview
Artifact ID: | d6eb690e7746c4264783cf2e6e8e284b37201697 |
---|---|
Ticket: | 99caf06e17bed849146e834a8341d40590c29bc5
Error moving a file to a directory with ../.. |
User & Date: | anonymous 2010-11-23 14:22:49 |
Changes
- 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.
- foundin changed to: "[cf178577ec]"
- private_contact changed to: "ccd87c60364e1d3e945b6f4d4874f5174b17cc43"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Error moving a file to a directory"
- type changed to: "Code_Defect"