Can SVN handle case sensitivity issues?

前端 未结 4 1343
-上瘾入骨i
-上瘾入骨i 2021-01-04 10:52

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

4条回答
  •  悲哀的现实
    2021-01-04 11:40

    You could try a pre-commit hook, such as this one (didn't try it myself, however).

    I assume that getting your users watch out for it has already been ruled out? I work on Linux all the time, but typically consider filenames case-insensitive, i. e. to me, they are the same, no matter what the OS thinks.

提交回复
热议问题