Re: Error doing a svnsync
From: Stephen Butler <sbutler_at_elego.de>
Date: Wed, 8 Feb 2012 22:28:24 +0100
On Feb 8, 2012, at 20:00 , Phil Pinkerton wrote:
> We have been doing a few hundred svnsync's from a 1.6.5 repositories
Indeed, the 0x96 is invalid in UTF-8.
>>> "".join([chr(int(n, 16)).decode("utf-8") for n in "53 65 72 76 65 72 20 43 75 72 72 65 6e 63 79 20".split()])
>>> "".join([chr(int(n, 16)).decode("utf-8") for n in "96 20 42 61".split()])
Does that text appear in a log message? The 1.7 server is stricter
The svnsync command has a new option --source-prop-encoding,
Regards,
|
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.