Trouble with non-ASCII characters in file names
From: Florian Weimer <fw_at_deneb.enyo.de>
Date: 2004-01-17 12:31:46 CET
This script tries to create a repository which contains a file name with
#!/bin/sh
Depending on the locale, this either fails during checkout with:
svn: Malformed XML: not well-formed (invalid token) at line 3
or:
svn: Can't recode string: Invalid argument
If LC_CTYPE=ISO-8859-1, it fails at "svn copy" with:
svn: Can't recode string: Invalid argument
The nasty part is that none of these errors is detected at import time
Is this a known issue? Shall I file something in the bug tracker?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.