Thursday, April 03, 2008

svn




I was getting the following warnings when trying to commit to a svn repository:


svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is en_US
svn: warning: please check that your locale name is correct


I found the solution here:


export LC_ALL=C