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

Re: svn checkout - special characters in file name are not encoding properly

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Tue, 10 Aug 2010 16:59:58 +0200

On 2010-08-09 19:30:00 +0300, Daniel Shahaf wrote:
> In the repository filesystem, we use UTF-8 exclusively. APR handles
> translating that UTF-8 to whatever the local OS supports.

Which is meaningless, since under Unix, the locale is not related
to the OS, but to the process: one can have a shell session with
UTF-8 locales and another shell session with ISO-8859-* locales.
Unfortunately the svn client doesn't remember which one was used
in the first place. The consequence is that if the user works
with different locales, things go wrong (even if the user doesn't
execute any command with non-ASCII characters in its arguments).

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Received on 2010-08-10 17:00:38 CEST

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.