Ilkka Tuohela wrote: >> 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 > >
Should be fixed server-side now. I commented this out of sshd_config: # Allow client to pass locale environment variables #AcceptEnv LANG LC_* -- Ross >> 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. > > > ------------------------------------------------------------------------ > > _______________________________________________ > gnome-i18n mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-i18n _______________________________________________ Gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
