On Wed, Aug 6, 2008 at 3:54 AM, Øyvind A. Holm <sunny_at_sunbase.org> wrote:
> On 2008-08-02 16:57:40 Robert Dailey wrote:
> > When I run "svn", I get the following:
> >
> > svn: warning: cannot set LC_CTYPE locale
> > svn: warning: environment variable LANG is en_US.utf8
> > svn: warning: please check that your locale name is correct
> >
> >
> > I built SVN on Archlinux using ABS, so I'm not sure what to do about
> > this.
>
> You're probably connecting via svn+ssh://, and the message you see is
> not from your local svn binary, but from the binary at the server. You
> can get this message if the locale at the server is not correctly
> specified. Have you checked the ~/.bashrc on the server to see if it
> sets the locale to something which isn't available there?
I'm actually not connecting at all. All I'm doing is running "svn" at the
command line, which essentially does nothing in terms of functionality,
however it does evoke the warnings.
Received on 2008-08-06 19:22:18 CEST