SVN File Name Case Sensitivity--SVN大小寫問題

from:http://www.visualsvn.com/support/topic/00019/

Windows has a case-insensitive file system. Unix is case-sensitive. Subversion works on both platforms and this may be a problem. If you add to some folder in Subversion repository two or more files with names differ by case of letters only then you will not be able to checkout this folder on Windows.svn

VisualSVN Server includes simple hook to prevent such problems. It uses case-insensitive algorithm to reject commits which can create duplicate file name.this

To configure VisualSVN Server for case-insensitive operation please open Properties of your repository, select Hooks tab and edit the Pre-commit hook. Copy and paste the following command into hook editor.orm

"%VISUALSVN_SERVER%bin\VisualSVNServerHooks.exe" case-insensitive -t%2 %1
相關文章
相關標籤/搜索