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

Re: Error with swedish characters in filenames

From: Pär Lidén <perlid_at_dtek.chalmers.se>
Date: 2003-11-04 20:57:49 CET

This is the output of locale:
LANG=
LC_CTYPE=iso_8859_1
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

perl -v runs fine.

But I think that svn should really not care when it does not understand
some characters. If svn would just go on and download the files, and just
issue a warning about that character, I would be much happier. There must
surely be some way to tell svn to not care about this?

On Tue, 4 Nov 2003, Jani Averbach wrote:

> On 2003-11-04 11:56+0100, Pär Lidén wrote:
> > Hmm. Is there some workaround for this? I have no possibility to change
> > the locale myself at school, so there must be some other way.
>
> Are you sure? =)
>
> sh/bash:
> export LC_CTYPE=<locale>
> ie. se_SE or se_SE.UTF-8
>
> tcsh:
> setenv LC_CTYPE <locale>
>
> After that run perl -v, it will tell you if your locale setting
> dosen't make sense.
>
> man 7 locale (in linux).
>
> BR, Jani
>
> --
> Jani Averbach
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 4 20:58:40 2003

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.