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 172658 - gnomevfs-copy fails to create file
gnomevfs-copy fails to create file
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
2.10.x
Other Linux
: Normal major
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-04 21:38 UTC by Stanislav Brabec
Modified: 2005-04-12 06:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Stanislav Brabec 2005-04-04 21:38:32 UTC
Distribution/Version: Gentoo linux unstable

gnomevfs-copy fails to copy file, if destination file does not exist:

$ touch test1
$ gnomevfs-copy file://$PWD/test1 file://$PWD/test2
Failed to copy file:///home/sb/test1 to file:///home/sb/test2
Reason: File not found
$ touch test2
$ gnomevfs-copy file://$PWD/test1 file://$PWD/test2
$
Comment 1 Christian Kellner 2005-04-11 22:45:07 UTC
Ohh yes I see the wrong code here. I'll come up with a fix for this tomorrow
morning.. I promise! Thanks for catching this!
Comment 2 Christian Kellner 2005-04-12 06:31:50 UTC
Fixed in cvs. Thanks again!