svn command --cl don't support names that contain chinese characters.

2013-04-24 Thread Bluce Lu
svn command --cl don't support names that contain chinese characters. E,g. command “svn status -q D:\Project”, we see there is a changelist named “好”, but when use command “svn status -q --verbose D:\Project --ignore-externals --cl 好”, there is nothing to print. <><>

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Philip Martin
"Bluce Lu" writes: > svn command --cl don't support names that contain chinese characters. > > E,g. command “svn status -q D:\Project”, we see there is a changelist > named “好”, but when use command “svn status -q --verbose D:\Project > --ignore-externals --cl

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread C. Michael Pilato
On 04/25/2013 05:14 AM, Philip Martin wrote: > "Bluce Lu" writes: > >> svn command --cl don't support names that contain chinese characters. >> >> E,g. command “svn status -q D:\Project”, we see there is a changelist >> named “好”, but when us

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Philip Martin
"C. Michael Pilato" writes: > Your Linux box is probably using a UTF8 locale, Philip. Perhaps the OP's > Windows box is using something else (GB18030 or somesuch)? > > Is this all that's needed? > > Index: subversion/svn/svn.c > ===

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread C. Michael Pilato
On 04/25/2013 08:31 AM, Philip Martin wrote: > Yes, I was using UTF-8. I see the bug in iso-8859-1: > > $ svn cl å wc/f > A [å] wc/f > $ svn st wc > > --- Changelist 'å': > wc/f > $ svn st --cl å wc > $ > > With your patch: > > $ svn st --cl å wc > > --- Changelist 'å': > wc/f

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Daniel Shahaf
On Thu, Apr 25, 2013 at 08:37:01AM -0400, C. Michael Pilato wrote: > Committed my patch: ... which means the fix will likely be released in 1.7.10 and 1.8.0-alpha1 (or 1.8.0-rc1). The fix does not affect tortoisesvn; if it exhibits a problem, contact the tortoisesvn developers at http://tortoises

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Philip Martin
Daniel Shahaf writes: > On Thu, Apr 25, 2013 at 08:37:01AM -0400, C. Michael Pilato wrote: >> Committed my patch: > > ... which means the fix will likely be released in 1.7.10 and 1.8.0-alpha1 (or > 1.8.0-rc1). The fix does not affect tortoisesvn; if it exhibits a problem, > contact the tortoise

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Daniel Shahaf
Philip Martin wrote on Thu, Apr 25, 2013 at 15:19:45 +0100: > Daniel Shahaf writes: > > > On Thu, Apr 25, 2013 at 08:37:01AM -0400, C. Michael Pilato wrote: > >> Committed my patch: > > > > ... which means the fix will likely be released in 1.7.10 and 1.8.0-alpha1 > > (or > > 1.8.0-rc1). The fi

答复: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Bluce Lu
I used tortoise svn to create changelist "好". :) -邮件原件- 发件人: C. Michael Pilato [mailto:cmpil...@collab.net] 发送时间: 2013年4月25日 20:18 收件人: Philip Martin 抄送: Bluce Lu; users@subversion.apache.org 主题: Re: svn command --cl don't support names that contain chinese characters. O