Ticket #2125 (closed defect: fixed)
User asked twice about overwriting file
Reported by: | bilbo | Owned by: | bilbo |
---|---|---|---|
Priority: | major | Milestone: | 4.7.2 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
When file is moved across filesystems and destination file exists, user is asked twice whether to overwrite file or not.
Root cause: commit 804ca8e7b0d23937ca578659b1840f88e60fe931 "Added indication of total BPS and ETA for file operations"
Before, when move failed (source & target on different filesystems ...), copy & delete was used, but parameter ask_overwrite was set to false when calling copy_file_file. In that commit, that parameter is moved to tctx and it is not set to false in that case.
Change History
comment:5 Changed 15 years ago by andrew_b
- Votes for changeset changed from slavazanko to slavazanko andrew_b
- severity changed from on review to approved
comment:6 Changed 15 years ago by bilbo
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko andrew_b to commited-master
- Resolution set to fixed
- severity changed from approved to merged
Merged to master.
changeset: 13e3c684bd899daff63d2c16e7fc5511e67c7474
Note: See
TracTickets for help on using
tickets.
Created branch 2125_ask_overwrite_twice with fix of the problem.
Please review.