How do I keep special characters in filenames when converting from SVN to Mercurial (Windows)?
I am using hg convert
to convert SVN repository to Mercurial. But special names such as Γ¦, ΓΈ, and Γ₯ (Danish) appear in filenames Γ | ΓΒΈ and Γ Β₯.
The exact command I used was:
hg convert http://svn.server/path/to/repo repo-hg
I am using TortoiseHg 2.1.4 with Mercurial 1.9.3 on Windows 7.
How do I keep the original special characters?
+3
source to share
2 answers