[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-19 18:32:11 CET

Nicolás Lichtmaier <jnl@synapsis-sa.com.ar> writes:

> Hi. We are trying to implement subversion (0.37) in my company. We
> have configured a server, but when I try to do a checkout I'm getting:
>
> svn: REPORT request failed on '/sda/!svn/vcc/default'
> svn: The REPORT request returned invalid XML in the response: XML
> parse error at line 4745: Bytes: 0xF3 0x6E 0x20 0x64
> . (/sda/!svn/vcc/default)
>
> I have captured the conversation with Ethereal and I see this:
>
> <S:add-file name="Descripción de cálculos eléctricos.doc">

This is exactly what happens if one uses a UTF-8 locale and then one
imports a directory tree containing non-UTF-8 names. There is no
validation of the names, they go straight into the repository and then
checkouts can fail.

You either need to manually convert the names to UTF-8 before
importing them, or use a non-UTF-8 locale and the client will convert
on the fly and send UTF-8 to the repository.

The trunk has code to detect the invalid name at import time and abort
the import.

-- 
Philip Martin
---------------------------------------------------------------------
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:32:28 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.