> Do the following SVN warnings mean anything to anyone? > > svn: warning: cannot set LC_CTYPE locale > svn: warning: environment variable LANG is en_US.UTF-8 > svn: warning: please check that your locale name is correct > > Everything still works fine, it just spits those out each time I run a > command.
this warning is coming from the svn server when ssh is sending the locale information. for some reason the svn server is not dealing with the locale properly when the svn+ssh connection is sending the info. they dont seem to have a fix for it in the svn server. imo, the server should not care about the ssh connection sending that data. -- ray _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
