Comment 5 for bug 91638

Revision history for this message
Markus Birth (mbirth) wrote : Re: does not handle non-ascii file names

I had to also change line #324 to:

               copy_dest_path = os.path.join(dest_path, tail.decode("utf8"))

Because it choked on branches/tags/trunk-structures with that nice UnicodeDecodeError. After this change and together with the path above, it worked flawlessly.