SmartSVN提示 svn: File has inconsistent newlines 解决方法
2024-12-02 16:31喜书

用SmartSVN提交文件的时候,提示svn: File has inconsistent newlines

这是由于要提交的文件编码时混合了windows和unix符号导致的。

解决方案

SmartSVN设置做如下修改可以解决问题:

Project–>Setting

选择Working copy下的EOL-style

将Default EOL-style设置为 As is(no conversion)

点击OK按钮