如何忽略颠覆中的空白?
如何忽略颠覆中的空白?只有另一个 svn 插件支持吗?
How to ignore white-spaces in subversive? is it only supported by that another svn plugin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何忽略颠覆中的空白?只有另一个 svn 插件支持吗?
How to ignore white-spaces in subversive? is it only supported by that another svn plugin?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
根据此页面,Subversion 没有内置的选项。但是,您可以使用外部 diff 程序,通过执行以下操作(取决于您的操作系统和您安装的 diff 软件):
希望有帮助!
According to this page, Subversion doesn't have a built-in option for this. You can, however, use an external diff program that does by doing something like this (depending on your OS and what diff software you have installed):
Hope that helps!
不知道你的意思是在“svn diff”时还是在每次提交时忽略颠覆中的空格。
对于 svn diff,这个命令可以解决你的问题:
对于每一次提交,你都可以参考这个颠覆性的 FAQ
Don't know whether you mean ignore white-spaces in subversive when "svn diff" or on every commit.
For svn diff, this command can solve your problem:
For every commit, you can refer this subversive FAQ