Renaming files leads to wrong missing files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
New
|
Undecided
|
Unassigned |
Bug Description
Bazaar 2.5.0-1 on Win7 x64:
I just played with renaming files by the context menu entry of Bazar Explorer. I was in the branch of bzr-explorer/trunk. Then I opened the folder 'widgets' and right-clicked on a file like collapsable_
So there are two problems:
1. The filename is shown on the wrong directory.
2. Is it really intended that the user is able to move files with the rename command outside of their branch or working tree?
Number 2 leads to another problem: If I try to rename a file and moving it to a directory where a file with this name already exists, Bazaar Explorer shows this ugly error (Error 183: A file cannot be created if it exists already):
...
931.649 opening working tree 'C:/spielwiese/
931.654 check paths: None
943.462 check paths: None
946.120 Traceback (most recent call last):
File "C:/Program Files (x86)/Bazaar/
WindowsError: [Error 183] Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist
946.169 Traceback (most recent call last):
File "C:/Program Files (x86)/Bazaar/
WindowsError: [Error 183] Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist
946.209 No Apport available to Bazaar
...