GNOME Bugzilla – Bug 172658
gnomevfs-copy fails to create file
Last modified: 2005-04-12 06:31:50 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 $
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!
Fixed in cvs. Thanks again!