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

Re: Problem with accented characters in checkout

From: Joe Orton <jorton_at_redhat.com>
Date: 2004-02-19 18:22:14 CET

On Thu, Feb 19, 2004 at 10:44:05AM -0600, Mike Pilato wrote:
> Nicolás Lichtmaier <jnl@synapsis-sa.com.ar> writes:
>
> > I have captured the conversation with Ethereal and I see this:
> >
> > <S:add-file name="Descripción de cálculos eléctricos.doc">
> > <D:checked-in><D:href>/sda/!svn/ver/752/sac/tronco/doc/Descripci%F3n%20de%20c%E1lculos%20el%E9ctricos.doc</D:href></D:checked-in>
> > <S:set-prop name="svn:entry:committed-rev">348</S:set-prop>
> > <S:set-prop
> > name="svn:entry:committed-date">2003-12-29T22:48:50.000000Z</S:set-prop>
> > <S:set-prop name="svn:entry:last-author">syajnl</S:set-prop>
> >
> > May it be that there's a problem with the accented character?
>
> Hm. I just did a checkout over HTTP with a file named "Descripción".
> My ethereal showed the unescaped, accented characters, just like
> yours. But I didn't get any errors -- my checkout completed
> successfully.

The issue is that an ISO-8859-1 (or whatever) filename is getting
included verbatim in a REPORT response body, which is a UTF-8 XML
document. This triggers an XML parse error, of course. There have been
similar reports before:

http://www.contactor.se/~dast/svnusers/archive-2003-12/0075.shtml

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 19 18:22:38 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.