I'm thinking about switching to hg from svn so I ran the convert script to convert our 5-year-old svn repository. The conversion ran overnight and didn't appear to have any problems. Then I went to the new hg repo directory and tried to run "hg update" to get a working copy. It immediately fails with the following message:
abort: case-folding collision between MacApps/BaseCamp/English.lproj/Help/topics/getting_started/getting_started.html and MacApps/BaseCamp/English.lproj/Help/topics/getting_started/Getting_Started.html
How do I fix this problem so that I can get a working copy and start using hg?