svn: Can’t convert string from ‘UTF-8′ to native encoding:
Filenames containing "special characters" can cause an annoying Subversion error message: svn: Can’t convert string from ‘UTF-8′ to native encoding: From the subversion book: Errors like this typically occur when the Subversion client has received a UTF-8 string from the repository, but not all of the characters in that string can be represented using the [...]

