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

Re: strange entry in a dir, cannot be deleted

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-06-26 19:38:43 CEST

Gilbert Fine wrote:

> The strange entry may be caused by our Chinese (GB2312) file names.
>I know using non-English names is not recommended, but I have did some
>simple tests, all seemed fine at that time. Personally I do not prefer
>Chinese file names, it causes many troubles in my experiences. But if
>subversion and TortioseSVN support Chinese file names, it would be very
>nice. Anyway, I will let the developers rename all Chinese file names to
>English names, as long as it won't cause any big changes in source code.
>
Subversion definitely should support this, since all file names in the
repository are encoded in UTF-8. There are two possible sources for this
bug:

    * In TortoiseSVN, if the file names passed to the Subversion
      libraries aren't converted to UTF-8 correctly.
    * Within Subversion itself, if the filenames aren't transmitted to
      the repository correctly.

We've had problrms with URL escaping in ra_dav before. Could you try
something, please? See if you can create a filename with Chinese
characters with the svn command line, then connect to your repository
with a Web browser and see if the characters you see there are the same.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 26 19:39:36 2003

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

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