[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 25 Apr 2013 10:14:56 +0100

"Bluce Lu" <blucelu_at_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
Received on 2013-04-25 11:15:55 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.