After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150428 - paste a folder with a same name shouldn't overwrite the target folder
paste a folder with a same name shouldn't overwrite the target folder
Status: RESOLVED DUPLICATE of bug 48085
Product: nautilus
Classification: Core
Component: Cut Copy Paste Undo
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-18 09:14 UTC by Simford
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simford 2004-08-18 09:14:02 UTC
steps to re-produce:
there are two folders:
~/aaa/123/bbb
~/ccc/123/ddd

1. copy the folder 123 in ~/ccc with nautilus menu
2. change to ~/aaa
3. paste with nautilus menu
4. click 'overwrite' or 'yes' in the warning dialog

bug:
folder bbb will be disappeared

should do:
add folder ddd to ~/aaa/123, and folder ~/aaa/123/bbb shouldn't be deleted

other info:
in gnome-terminal, the following cmd will add folder ddd to ~/aaa/123 only:
$ cp -r ~/ccc/123/ddd ~/aaa/123
Comment 1 Vincent Noel 2004-08-18 14:52:09 UTC
This bug has been fixed in the last version of nautilus. Please upgrade. See also

http://lists.gnome.org/archives/gnome-vfs-list/2004-July/msg00018.html

*** This bug has been marked as a duplicate of 48085 ***