GNOME Bugzilla – Bug 675944
When nautilus copy symlinks, it should not blindly copy it
Last modified: 2013-12-16 12:02:05 UTC
When copying a symlink, often, the copied symlink is left dangeling. In other cases (the target filesystem, a USB key, does not support symlinks), the copy can't happen at all. This is very inconvenient when using tools such as git-annex to manage big files. * If the symlink is copied to a USB key (another filesystem), often the filesystem does not support symlinks. The symlink should be dereferenced. * If the target is copied with the symlink, the symlink should be left intact. * If the symlink is copied alone, the target should be updated in case it is relative. I suggest implementing that only for symlinks that are copied directly, not for symlink in directories that are copied.
I see 2 use cases here: 1) target file system does not support symlinks; this is covered by bug 581830. 2) git-annex use case; this is covered by bug 652948. I'm marking this bug as a duplicate of bug 652948, but not without leaving a comment about this in bug 581830. Thanks for the bug report. *** This bug has been marked as a duplicate of bug 652948 ***