Quick Fix for Subversion Locales
Submitted by johnk on Fri, 08/05/2005 - 12:04.
Had a problem with svn.
error: cannot set LC_ALL locale
Fix was
unset LANG
unset LC_ALL
It probably causes svn to use a default locale (English), rather than try to use en_US.

