Hello,

On Fri, Sep 14, 2007 at 01:50:10PM +0200, Patrick Nijs wrote:
> 
> When I want to browse the repository I get the following error:
> 
> svn: warning: cannot set LC_CTYPE locale 
> svn: warning: environment variable LANG is nl_NL 
> svn: warning: please check that your locale name is correct
> 
> I do not know how to correct this problem.

You have a classic configuration problem with your locales.
I can reproduce it in my shell:

% LANG=foo_BAR svn ls file:///tmp/svn/test
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is foo_BAR
svn: warning: please check that your locale name is correct

For correcting this warnings, add nl_NL in your locales with
'dpkg-reconfigure locales' command. 

Regards,
-- 
Gregory Colpart <[EMAIL PROTECTED]>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to