Ticket #1962 (closed defect: duplicate)
Quick move non-intelligent behaviour
Reported by: | igorp1024 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | Cc: | ip1024@… | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Quick move not always work.
Use case:
For example, we have the following directories hierarchy (on the same mountpoint):
~/path1/dirA
~/path2
dirA contains files/subdirs
path1 is opened on one panel and path2 is opened on the opposite.
By putting cursor on dirA and pressing F6 it's being moved via quickmove.
Problem:
If there is an existing dirA on ~/path2 then moving is being performed by reading source file and writing to the target file.
It even could make the mountpoint to be out of free space, because mc deletes directory contents only after successful directory move.
Proposal:
Always to check the ability to quickmove the files.