Monday, October 15, 2012

Subversion: Have You Seen This Error?


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

To fix, just add the following to /etc/environment

LC_ALL=C

To apply the changes, logout from your current shell session and re-login. The problem should be solved now.

If you wanna know more what what LC_ALL and the value "C" means, find it here.
  • Related Links Widget for Blogspot

No comments: