This is a small but useful tips which permits to solve my problem : (http://armenianeagle.com/2008/03/18/svn-warning-cannot-set-lc_ctype-locale-solution/)
Problem :
You type : svn status
And you've got this error message :
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is fr_FR.utf8@euro
svn: warning: please check that your locale name is correct
svn: warning: '.' is not a working copy
Solution :
export LC_ALL=C
Problem :
You type : svn status
And you've got this error message :
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is fr_FR.utf8@euro
svn: warning: please check that your locale name is correct
svn: warning: '.' is not a working copy
Solution :
export LC_ALL=C
Thanks! That fixed my issue as well.
ReplyDelete