Sunday, August 9, 2009

svn: warning: cannot set LC_CTYPE locale

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

1 comment: