[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn: XML data was not well-formed

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-12-04 23:03:35 CET

On Wed, Dec 03, 2003 at 05:52:14PM -0600, Cory Wright wrote:
> mark benedetto king <mbk@lowlatency.com> writes:
> svn: RA layer request failed
> svn: REPORT request failed on '/testrepos/!svn/vcc/default'
> svn: The REPORT request returned invalid XML in the response: XML parse error at line 329237: Bytes: 0xC9 0x72 0x6C 0x6F
> .. (/testrepos/!svn/vcc/default)

0xC9 0x72 is not a valid UTF-8 sequence; I wonder if you have managed to
insert a non-UTF8 filename into the repos using cvs2svn, and everything
else is assuming the filenames are valid UTF-8? You should probably
file a bug on this...

there is a URI-escaping descrepancy in the REPORT response too, if it
matters: the add-file name attribute is not escaped, whereas the href
element contains an escaped URI:

<S:add-file name="aÉrlo">
<D:checked-in><D:href>/svn/!svn/ver/5/new/a%C3%89rlo</D:href></D:checked-in>

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 4 23:04:51 2003

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.