Hi,
I installed tortoisesvn on my windows XP traditional Chinese virtual machine, and tried to create a file with Chinese filename in subversion repository.
I found out that add file is completed with no problem, but when I modified this file and committed it, the tortoisesvn responsed with 400 bad request.
I used fiddler to monitor the traffic, I found that CHECKOUT message was not properly escaped. The big5 encoded character in the filename was not replaced by % characters. But the message used to add is properly escaped.
I can attach a fiddler file tomorrow.
Thanks for any help.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2403363
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-04 20:05:43 CEST