If you come across this error when doing svn co,
svn: error: cannot set LC_ALL locale
svn: error: environment variable LANG is UTF-8
svn: error: please check that your locale name is correct
Just issue in your terminal,
export LC_ALL=en_US
If you want this settings permanently, add them to ~/.profile or ~/.bash_profile
Thanks, that fixed it