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

Re: Trouble with non-ASCII characters in file names

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-01-17 16:29:39 CET

On Sat, 2004-01-17 at 05:31, Florian Weimer wrote:
> This script tries to create a repository which contains a file name with
> a non-ASCII character:
[...]
> The nasty part is that none of these errors is detected at import time

Why should there a problem at import time? The repository stores all
paths as UTF8. If your locale can't deal with the UTF8->native
conversion on checkout, then the client environment is broken, not
subversion. Or maybe I'm misunderstanding you.

> You might end up with a
> repository which is not fully functional, and you don't know it. 8-(
>

Set your locale correctly, and everything works fine. Why are you
committing non-ascii filenames in the first place if your locale doesn't
understand them? It's not a likely scenario... I don't see how someone
could be "surprised" by this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 17 16:30:22 2004

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.