I’ve seen the other Mercurial case-folding Answers on StackOverflow – they say that if you have access to a case sensitive file system like unix then check out there and it should fix it. Problem is, I don’t have access to a unix box, I’m a windows developer developing a windows application.
How do I fix this without a Unix box?
There is a
filesystemhelp topic being worked on that will be included in the next version of Mercurial:https://www.mercurial-scm.org/pipermail/mercurial-devel/2012-April/039522.html
Another similar manual method is described here:
https://www.mercurial-scm.org/wiki/FixingCaseCollisions
This also dives rather deep into Mercurial internals though, so you should avoid it unless as a last resort.