And for de_DE.UTF8 it reports the same message. > Dirty hack: »export LANG=""«
Simpler way to get rid of the messages, does not affect anything but the svn process: LC_ALL=C svn up
If your're on a Debian/Ubuntu system, you should try: »dpkg-reconfigure > locales«... But I'm not sure. I think it's svn.gnome.org crying, not the local computer
Yes, it's the SVN server side complaining about locales - the server does not seem to have locales generated for languages people are using locally, and the svn+ssh connection will pass the locale to the server anyway. I think proper 'fix' for this is to drop locale related environment variables on the SVN server side automatically, i.e. forcing all connections to be for example LC_ALL=C (posix locale). Can anyone think of any problems with SVN commints, if the user committing does not have his proper locale set on the server side? I don't think so. -- *hile*
_______________________________________________ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n