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

Re: Non Ascii chars in paths cause trouble

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-08-24 23:57:28 CEST

Lübbe Onken wrote:

> Hi Folks,
>
> I think there still is a problem with non-ascii chars in pathnames. It
> can be reproduced with subversion 1.0.5 (r9954) and older versions. I
> don't think this is fixed in 1.0.6. I haven't tried with rc1.
>
> Simply create a repository 'xxx' and load the attached dumpfile:
> try to run a 'svn list http://localhost/svn/xxx/' on that repository

Your email is in ISO-8859-1, and therefore also the Node-path in the
dumpfile, which makes the dumpfile invalid because node names must be in
UTF-8. Since you pasted the dumpfile instead of attaching it, it's
possible that your email program recoded it. I made a quick test, and it
fails in the way you reported if the dumpfile contains a non-UTF-8 node
name, but it works fine if it's in UTF-8, so I think your dumpfile
really was in ISO-8859-1, i.e. invalid.

How did you get such a dumpfile?

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 24 23:57:52 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.