Re: Unable to rename a directory from English to T.Chinese
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-02-22 17:08:16 CET
plasma <plasma@ms9.hinet.net> writes:
> If a file's name is English, and renamed to Big5, it works just fine.
Yes, that looks like a bug in svn_io_copy_dir_recursively. The
/* Telescope the entryname onto the source dir. */
SVN_ERR (svn_path_cstring_to_utf8 (&entry_utf8, this_entry.name, ...));
with something similar to construct dst_target.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Feb 22 17:13:05 2005 |
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.