Is there a way to force SVN to be case insensitive? We have an issue where a user commits from a linux environment with files say "file.ext" and "File.ext". Works just fine. The problem, however, is when a user on a MAC OSX or Windows attempts an update/checkout. The two files are considered the same and the action fails in error.
Is there a way to have SVN prevent the committing of "File.ext" and "file.ext" in the first place?
This question is similar but looks at the same problem from the Windows side, which is not the issue here.