Add bug: ascii-only + immediate copies fail

This commit is contained in:
Vincent Riquer 2013-11-21 10:41:50 +01:00
parent 64906e2ffb
commit c6068006d4

10
BUGS
View File

@ -28,3 +28,13 @@ happening and how to avoid it.
Sometimes, a temporary file gets deleted while one or more task(s) still needs Sometimes, a temporary file gets deleted while one or more task(s) still needs
it. Ensuing failure is correctly handled and the failed files will be generated it. Ensuing failure is correctly handled and the failed files will be generated
during the next batch. during the next batch.
4. ascii-only fails for immediate copies
----------------------------------------
Example output:
cp: cannot create regular file `\\/mnt\\/Musique-mp3\\/Punk\\/Tagada
Jones\\/2003-L\'Envers du dA(c)cor/11--Tagada Jones-Star System.mp3': No such
file or directory
Moreover, failure is not detected, and files are marked as done.