Bug 131074 - don't ask about replacing identical files
Summary: don't ask about replacing identical files
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 16:04 UTC by Martin Pärtel
Modified: 2008-03-06 22:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Pärtel 2006-07-19 16:04:41 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

When copying or moving files, konqueror sometimes asks whether it should replace an existing file with the same name. If the new and existing file are of identical size and sufficiently small (say, small enough to be previewed as per the user's preview settings), konqueror could do an MD5 (or similar) comparison and automatically skip identical files.
Comment 1 Maciej Pilichowski 2006-07-20 11:22:10 UTC
1) it they are small enough to fetch the data why bothering with MD5 when you can (program I mean) compare them byte after byte
2) warning about overwritting files it is signal for user that maybe something is wrong (you wanted to copy your files to pendrive instead you are copying them to the hard drive)
3) I could imagine this feature only per one operation -- I mean, you selected to copy 100 files, 20 of them are identical, so when the first confirmation appears you should be able to set "skip if identical" (with move "delete if indentical), when you start copying another files your previous decision is no longer valid
Comment 2 Dotan Cohen 2008-03-06 22:06:05 UTC
I agree with note#3 in comment#1. By default, Konqi should ask on the first identical file whether or not to replace future possible identical files. There should be an option to override this, however, so that Konqi never asks.