Bug 143688 - copy paste existing folder in konqueror should have merge option
Summary: copy paste existing folder in konqueror should have merge option
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-01 05:09 UTC by Yuriy Kozlov
Modified: 2009-09-02 23:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuriy Kozlov 2007-04-01 05:09:48 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages

Use case:

Folder tree #1:

a/
--b/
----b_1.txt
----b_2.txt

Folder tree #2

a/
--b/
----b_1.txt
----b_3.txt
--c/
----c_1.txt

If I attempt to copy folder tree #2 to the same location as #1, konqueror will tell me that "'a' already exists - do I want to overwrite, overwrite all, skip, auto skip, etc". The skip options will NOT recurse into the a directory; that is, b_3.txt and c will not be copied. The overwrite options are overloaded, i.e. they do 2 things:
a) copy the files that don't exist under a, e.g. b_3.txt, c, c_1.txt
b) overwrite any common files

What's really needed is a third option, "merge", that does a) but not b).

Originally filed here: https://launchpad.net/ubuntu/+source/kdebase/+bug/98656
Comment 1 Jimmy Kloss 2008-06-18 19:36:00 UTC
This merge folders represents the default behaviour on the windows platform untill vista whichs asks the user to either override or merge. So this feature is useful as many users will expect it.
Comment 2 Mander 2008-07-24 02:31:58 UTC
It also gives you that option in nautilus.  It is very useful to be able to merge instead of simply overwriting folder contents.
Comment 3 Jonathan Thomas 2009-09-02 23:24:10 UTC
The "write in to" feature seems to accomplish this in KDE 4.2+
It merges the example folder trees quite nicely.