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
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
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
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
"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
> ===
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
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
"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
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.
<><>