freepascal / showdown-blog

Automatically exported from code.google.com/p/showdown-blog
0 stars 0 forks source link

case-folding collision between img/screenshot.png and img/Screenshot.png #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hg clone https://code.google.com/p/showdown-blog/

What is the expected output? What do you see instead?
Expect to clone, but,
Mercurial aborts with a "case-folding collision between img/screenshot.png and 
img/Screenshot.png"

What version of the product are you using? On what operating system?
OS: MacOSX v10.8.0
File System: Mac OS Extended (Journaled)

Please provide any additional information below.
This File System is NOT case-sensitive. Although it can preserve case-sensitive 
names, 2 files can't coexist at the same place with the same name. Thus 
screenshot.png and Screenshot.png conflict.
I assume the same issue would exist for Windows.
http://mercurial.selenic.com/wiki/FixingCaseCollisions

Original issue reported on code.google.com by kazoed...@gmail.com on 31 Jul 2012 at 3:17