abort: case-folding collision

Matt Mackall mpm at selenic.com
Wed Dec 13 22:10:57 UTC 2006


On Wed, Dec 13, 2006 at 02:58:15PM -0700, Shane Holloway wrote:
> [shane at dynamic-48] Dev/TG% hg clone tgav tmp/tgav
> abort: case-folding collision between sandbox/opengl/glext/ 
> fetchOpenGLExtensions.py and sandbox/openGL/glext/ 
> fetchOpenGLExtensions.py

This is saying:

a) you're running on a case-insensitive filesystem (HFS+?)
b) it's trying to check out two different files that would write to
   the same file in the working directory

This check is new in 0.9.2.

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial mailing list