我需要在 Windows 上使用 SVN,并希望将其设置为始终以 Windows 样式签出行结尾并始终以 Unix 样式提交,无论使用哪个存储库。
这是可能的还是我必须为每个仓库编写一个配置文件?
如果我必须为每个 repo 编写一个配置文件,我应该把它放在哪里,正确的文件名是什么,文件中的内容以及它对 repo 的其他用户有什么影响?
我对全局 SVN 配置文件进行了以下更改,但没有效果。我还需要做什么?或者我是否必须使用某些特定参数调用 SVN 才能使更改在 Windows 上生效?
enable-auto-props = yes [auto-props] *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.cxx = svn:eol-style=native *.h = svn:eol-style=native *.hpp = svn:eol-style=native *.hxx = svn:eol-style=native *.txt = svn:eol-style=native *.tex = svn:eol-style=native *.bib = svn:eol-style=native