mv command cannot be used outside of bzr
Bug #45720 reported by
Nicholas Allen
This bug report is a duplicate of:
Bug #5158: rfc: don't treat missing files as deleted.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Medium
|
Unassigned |
Bug Description
I read on the bzr web page that one can use OS command like mv and rm. If I rename a file with mv then bzr does not realize the file is renamed. Instead it lists it as an unknown file.
I believe that in Unix every file has a unique identifier that can be used to detect that the file was moved. This would be a really great feature as then the revision history could be preserved when a file is renamed/moved.
To post a comment you must log in.
inode number... Yes, that could be used to track renames, but that'd harm our portability.
Perhaps we should just take out the part about using os mv?