I started getting the following error whenever i use SVN in my server:
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LC_CTYPE is UTF-8
svn: warning: please check that your locale name is correct
my guess is that there might be something wrong with my svn client(Using Versions App) and the server svn…
how can i make this warning disappear forever from the server whenever i use such commands?
Check the output of
If the locale that SVN is complaining about isn’t installed, then you can install it.
You might need to do for Debian or similar systems:
If you want to configure locales manually:
Or if your
locale-gensupports an argument (NOT for Debian):Alternatively as Ankit writes in his answer:
may work (in your current session, or in your .profile).