How to checkout a case sensitive SVN source code branch to a case insensitive system?

Posted by gagneet on Stack Overflow See other posts from Stack Overflow or by gagneet
Published on 2010-06-07T02:31:27Z Indexed on 2010/06/07 2:42 UTC
Read the original article Hit count: 373

I am working on a Macbook system , which is formatted as a case insensitive system. The issue is that, I need to check out a SVN branch which has some case sensitive files in it. Example:

inbuilt-file.c
InBuilt-File.c

How do I checkout this branch when both the files are in the same folder? When I try and checkout, it gives me an error stating that an unversioned file of the name already exists.

© Stack Overflow or respective owner

Related posts about svn

Related posts about case-sensitive