Please support CP932. (I have problem using subversion with SJIS)

2010-01-22 Thread Nayuta Taga
Hi all, Please support CP932. Because CP932 is not equal to SJIS, I have problem using subversion when LANG=ja_JP.SJIS . With the attached patch and LANG=ja_JP.CP932, I can use subversion as expected. The problem is as follows: I have the following line in my ~/.subversion/config: glob

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-22 Thread Nayuta Taga
Pardon me. I forgot to attach my patch. 2010/1/23 Nayuta Taga : > Please support CP932.  Because CP932 is not equal to SJIS, I have > problem using subversion when LANG=ja_JP.SJIS .  With the attached > patch and LANG=ja_JP.CP932, I can use subversion as expected. Index: newlib/li

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-24 Thread Nayuta Taga
2010/1/24 Corinna Vinschen : > On Jan 24 13:05, Corinna Vinschen wrote: >> On Jan 24 10:17, Andy Koppe wrote: >> > Therefore I've changed my mind on whether to keep SJIS and CP932 >> > separate: I think we should stick with the .SJIS charset as it >> > is in 1.7.1, except that nl_langinfo(CODESET)

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-24 Thread Nayuta Taga
2010/1/25 Corinna Vinschen : > On Jan 25 01:00, Nayuta Taga wrote: >> 2010/1/24 Corinna Vinschen : >> > Nayuta, can you please test if the latest from CVS works for you even >> > with LANG="ja_JP.SJIS"? >> >> Thank you for implementing CP932 and ch

"svn --version" halts in 1.7.2-2

2010-03-25 Thread Nayuta Taga
Hi, "svn --version" hals in 1.7.2-2 on both Windows7 and XP. The log is following: $ uname -a CYGWIN_NT-6.1 yumiko 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin $ env LANG=C svn --version svn, version 1.6.9 (r901367) compiled Feb 10 2010, 10:34:02 Copyright (C) 2000-2009 CollabNet. Subversion

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Nayuta Taga
2010/3/27 David Rothenberger : > What happens if you rename /usr/lib/sasl2 to something else? > % mv /usr/lib/sasl2 /usr/lib/sasl2.disabled > % svn --version This workaround is good. 2010/3/29 Christopher Faylor : > This should be fixed in the current snapshot at > http://cygwin.com/snapshots/ T