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

Re: Check-out fails with LANG=C

From: Branko Čibej <brane_at_wandisco.com>
Date: Wed, 31 Jul 2013 23:32:57 +0200

On 31.07.2013 15:49, Vincent Lefevre wrote:
> No, even "LC_ALL=en_US.UTF-8 cp" doesn't have any effect.

What do you mean by "doesn't have any effect"?

> FYI, some other VCS such as git or Mercurial don't have such problems
> of broken working copies if the locale changes, at least under Unix,
> probably because they regard a filename just as a sequence of bytes.
> The byte-sequence interpretation under Unix is a problem introduced by
> Subversion, currently out of the scope of the POSIX API.

Those version control systems have a massive problem with
interoperability across platforms where file name encodings differ and
file names are anything but the ASCII subset. Subversion has mostly
avoided that problem for the last 10+ years.

If you want to propose a different way of solving it, please stop
telling me that we should change everything about file name translation
and instead post to the dev@ list and propose a solution that will work,
backward-compatibly, without breaking current working copies. And note
that "store the encoding in the working copy metadata" is not such a
solution (see above under "works" and "backward-compatibly").

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2013-07-31 23:33:31 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.