"Bluce Lu" <bluc...@51buy.com> 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 好”, there is nothing to print.

Does "svn st --cl 好" without the other options work?  Are you using a
UTF-8 environment or some other encoding?

Chinese changelist names should work.  This works on my Linux box:

$ svnadmin create repo
$ svn -mm import repo/format file://`pwd`/repo/f
$ svn co file://`pwd`/repo wc
$ svn cl 好 wc/f
$ svn st --cl 好 wc -v -q --ignore-externals

--- Changelist '好':
                 1        1 pm           wc/f

Does that simple example work for you?

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to