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

Re: Problems with accents in filenames

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-17 01:23:46 CET

On Sun, 2003-11-16 at 14:21, Stefan Langerman wrote:

> I'm not subscribed to this list so I don't expect (or need) an answer,
> but I'll be happy to give you more details if one of you need it for
> submitting a bug report or fixing the bug. Please contact me directly.

The repository stores all filenames as UTF8. When you do an 'svn
checkout', the filenames are converted from UTF8 to whatever locale your
local system happens to be using. Apparently, your Macintosh is using a
locale that can't deal with accents.

The only bug here is that the error message was unclear. We really need
to fix that. As others have mentioned, it should say something like
"failure decoding UTF8 path... try setting your locale differently."
Run 'man locale'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 17 01:24:43 2003

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.