Pierre Chifflier <[EMAIL PROTECTED]> writes: >> svn commit -m neu cg1-uebung-12-Shader und Umgebungsbeleuchtung.pdf >> --non-interactive >> svn: �bertragen fehlgeschlagen (Details folgen): >> svn: Can't recode string >> error (1) >> svn: Can't recode string
That's probably caused by a filename that cannot be converted to UTF-8. The Subversion repository uses UTF-8 internally and the client converts between your current locale and UTF-8. It looks like one of the files in the working copy has a name that is not valid byte sequence in your current locale. -- Philip Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

