>> I've already posted this issue report here ( >> http://thread.gmane.org/gmane.comp.version-control.subversion.user/113 >> 541 ). And I think this response ( >> http://thread.gmane.org/gmane.comp.version-control.subversion.user/113542 ) >> might be considered as "issue confirmation". > >No. You could have re-posted to users@, but to dev@ is inappropriate. Em... I'm just trying to follow "How to report a bug" guide... ( http://subversion.apache.org/docs/community-guide/issues.html#reporting-bugs ). And, as far as I understood, once someone confirmed that it's a bug - you should re-post it to dev@....
>See http://svn.haxx.se/users/archive-2008-12/0288.shtml But this message says "not to escalate *unanswered* questions" while I've got one answer, and it confirms that bug exists... > That works fine for me on Linux, provided that I use a UTF-8 locale. That's why I've explicitly mentioned OS... > I would guess something similar is the problem on Windows. If understood you properly, you're suggesting that Unicode characters might not work because of system settings. I've already spent a lot of time, researching this subject: please see * step 7 * notes in the end of my original message in this thread ( http://thread.gmane.org/gmane.comp.version-control.subversion.devel/143413 ), * some related comments in batch file ( https://skydrive.live.com/redir?resid=8FD4EC3161ABA67A!916 ). * similar doubt ( http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3057707 ). and my answer to it: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3057924 It looks like Win7 itself works OK with Unicode in most cases, with the settings I've described. >Please ask the TortoiseSVN guys: http://tortoisesvn.net/support.html In my original message in @users mailing list (http://thread.gmane.org/gmane.comp.version-control.subversion.user/113541 ) I've started from: > I've posted the following message here > ( > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3057388 > ) > but was suggested > ( > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3057494 > ) > to re-address it to users <at> subversion.apache.org : Best regards, Igor Varfolomeev -----Original Message----- From: Daniel Shahaf [mailto:danie...@elego.de] Sent: Tuesday, July 02, 2013 6:03 PM To: Варфоломеев Игорь Cc: dev@subversion.apache.org Subject: Re: Unicode characters in filenames on windows Варфоломеев Игорь wrote on Tue, Jul 02, 2013 at 16:53:09 +0400: > Hi all, > > I've already posted this issue report here ( > http://thread.gmane.org/gmane.comp.version-control.subversion.user/113 > 541 ). And I think this response ( > http://thread.gmane.org/gmane.comp.version-control.subversion.user/113542 ) > might be considered as "issue confirmation". No one else responded in ~3 > weeks, so, I thought I should re-post it here. > No. You could have re-posted to users@, but to dev@ is inappropriate. See http://svn.haxx.se/users/archive-2008-12/0288.shtml > 1. Create "c:\temp\UNCtest\R_UNCtest\" folder 2. Create a repository > with default file structure in it 3. Checkout "trunk" dir to > "c:\temp\WC\trunk" > 4. Create file "c:\temp\WC\trunk\1‐2.txt" , note, that filename > consists of 3 symbols, and the one in the middle is "HYPHEN" or > ‐, (see > http://www.fileformat.info/info/unicode/char/2010/index.htm ) > > 5. Add and commit this file with Tortoise GUI. > (this works OK) > 6. start windows cmd > 7. make sure your cmd is set to use UTF-8 compatible font, for example, > "Consolas" > (see > http://stackoverflow.com/questions/10764920/utf-16-on-cmd-exe/10765469#10765469 > ). > 8. navigate to "c:\temp\WC\trunk" > 9. type "dir" - you should see the listing correctly, including > "1‐2.txt" file 10. Type "mkdir 1‐2" - this should correctly create a > directory. > 11. Type "svn info 1‐2.txt" > Result: > -------------------------------------------------- > svn: warning: W155010: The node 'C:\TEMP\UNCtest\WC\trunk\1?2.txt' was > not found That works fine for me on Linux, provided that I use a UTF-8 locale. I would guess something similar is the problem on Windows. Please ask the TortoiseSVN guys: http://tortoisesvn.net/support.html