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

Locale problems

From: Stefan Weiss <spaceman_at_foo.at>
Date: 2006-03-10 12:17:40 CET

Hi.

SVN is complaining about my locale settings.
Console log from an FC3 server:

spaceman@camel:~ $ locale
LANG=en_US.utf8
LC_CTYPE=de_AT.utf8
LC_NUMERIC=de_AT
LC_TIME=en_GB.utf8
LC_COLLATE=POSIX
LC_MONETARY=de_AT.utf8
LC_MESSAGES=en_US.utf8
LC_PAPER=en_US.utf8
LC_NAME=en_US.utf8
LC_ADDRESS=en_US.utf8
LC_TELEPHONE=en_US.utf8
LC_MEASUREMENT=de_AT
LC_IDENTIFICATION=en_US.utf8
LC_ALL=

spaceman@camel:~ $ locale -a | grep -E 'de_AT|en_GB|en_US'
de_AT
de_AT.iso88591
de_AT.iso885915@euro
de_AT.utf8
de_AT@euro
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8

spaceman@camel:~ $ svn
svn: error: cannot set LC_ALL locale
svn: error: environment variable LC_CTYPE is de_AT.utf8
svn: error: please check that your locale name is correct

spaceman@camel:~ $ LC_CTYPE= svn
svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is en_US.utf8
svn: error: please check that your locale name is correct

spaceman@camel:~ $ LANG= LC_CTYPE= svn
svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is not set
svn: error: please check that your locale name is correct

spaceman@camel:~ $ LANG=C LC_CTYPE=C svn
svn: error: cannot set LC_ALL locale
svn: error: environment variable LC_CTYPE is C
svn: error: please check that your locale name is correct

For some reason, svn doesn't like any of the locales I have tried
("de_AT.utf8", "C", or empty). What's the problem?

TIA,
stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 10 12:10:59 2006

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.