Re: Subversion problems

2007-01-06 Thread Ilkka Tuohela
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

Subversion problems

2007-01-02 Thread Erdal Ronahi
Hi all, I am trying to get used to subversion now. When I try to checkout a module, I have to write my passphrase three times, and each time I am asked to check my locale. That is quite annoying. It looks like this: Enter passphrase for key '/home/erdal/.ssh/id_rsa': svn: warning: cannot set

Re: Subversion problems

2007-01-02 Thread Christian Kintner
Hi, On 03.01.2007, 01:05 +0100 Erdal Ronahi wrote: I am trying to get used to subversion now. When I try to checkout a module, I have to write my passphrase three times, and each time I am asked to check my locale. That is quite annoying. It looks like this: Enter passphrase for key

Re: Subversion problems

2007-01-02 Thread Erdal Ronahi
Hi, On 1/3/07, Christian Kintner [EMAIL PROTECTED] wrote: Hi, On 03.01.2007, 01:05 +0100 Erdal Ronahi wrote: I am trying to get used to subversion now. When I try to checkout a module, I have to write my passphrase three times, This was actually solved by using ssh-add. To reproduce your

Re: Subversion problems

2007-01-02 Thread Sven Herzberg
On Mi, 2007-01-03 at 01:53 +0100, Christian Kintner wrote: Hi, On 03.01.2007, 01:05 +0100 Erdal Ronahi wrote: I am trying to get used to subversion now. When I try to checkout a module, I have to write my passphrase three times, and each time I am asked to check my locale. That is quite