相关疑难解决方法(0)

如何忽略eol更改和svn中的所有空格?

结合svn diff --ignore-eol-style和--ignore-all-space不起作用:

$ svn diff -x -w --ignore-eol-style -r 1143:1177 somefile
svn: invalid option: --ignore-eol-style
Run Code Online (Sandbox Code Playgroud)

和,

$ svn diff -x --ignore-eol-style -x --ignore-all-space -r 1143:1177 somefile
Run Code Online (Sandbox Code Playgroud)

仅执行最后一个选项:ignore-all-space

以前有人处理过吗?

svn whitespace eol

35
推荐指数
1
解决办法
2万
查看次数

标签 统计

eol ×1

svn ×1

whitespace ×1