Re: subversion and utf-8

2009-10-15 Thread Lapo Luchini
David Rothenberger wrote: % export LANG=C.UTF-8 % touch wc/Burgstraße wc/Geschäftsführer wc/für % svn add wc/* % svn ci -m '' wc Note that the svn add will fail if I don't set LANG=C.UTF-8. As per 1.7.0-62 announcement, UTF-8 should be the default locale for LANG=C so LANG=C should work

Re: subversion and utf-8

2009-10-15 Thread Andy Koppe
2009/10/15 Lapo Luchini: David Rothenberger wrote: % export LANG=C.UTF-8 % touch wc/Burgstraße wc/Geschäftsführer wc/für % svn add wc/* % svn ci -m '' wc Note that the svn add will fail if I don't set LANG=C.UTF-8. As per 1.7.0-62 announcement, UTF-8 should be the default locale for

Re: subversion and utf-8

2009-10-15 Thread Markus Schaber
Hi, David Rothenberger wrote: % export LANG=C.UTF-8 This was the solution - issuing that commando made it work. LANG=de.UTF-8 also seems to work. So I'll add this to my bashrc. Thanks a lot. Markus ** Soloplan GmbH

Re: subversion and utf-8

2009-10-15 Thread Andy Koppe
2009/10/15 Markus Schaber: % export LANG=C.UTF-8 This was the solution - issuing that commando made it work. LANG=de.UTF-8 also seems to work. So I'll add this to my bashrc. Thanks a lot. A better place for this is cygwin.bat for the console, or the Text page of the options dialog for

subversion and utf-8

2009-10-14 Thread Markus Schaber
Hi, I'm running a just freshly updated cygwin 1.7 on vista64, and suffer from the utf-8 problem described for 1.5 at http://sourceware.org/ml/cygwin/2008-08/msg00536.html You announced the stability of 1.7 for 11/2009 - can I hope that this issue will be fixed in the mean time? Thanks a

Re: subversion and utf-8

2009-10-14 Thread David Rothenberger
On 10/14/2009 7:26 AM, Markus Schaber wrote: I'm running a just freshly updated cygwin 1.7 on vista64, and suffer from the utf-8 problem described for 1.5 at http://sourceware.org/ml/cygwin/2008-08/msg00536.html I am not having problems using Subversion 1.6.5 and Cygwin 1.7.0-62. However, my