I am testing git's (msysgit on Windows, latest 1.7.7 version) SVN integration via git svn
set of commands. Everything seemed to work just fine up to the point when I noticed paths containing non-ASCII characters (e.g. some national characters) are cloned wrong. The same goes vice versa - if I add a file in git and push to SVN using SVN rebase, the national characters are mangled in the SVN repo.
I searched extensively, including some questions on SO, like this one, but I was unable to find a definitive solution. I am aware there is a msysgit UTF-8 fork, but it's largely outdated as of today and I am not even sure if that's the right way to.
Is there a way to make msysgit (and TortoiseGit) SVN-related commands work with national characters on Windows?