SVN diff 命令 - 忽略 BOM

发布于 2024-10-21 20:29:14 字数 152 浏览 5 评论 0原文

我使用 SVN 来提交 Windows 和 Linux 中的更改,但是当我想在某些情况下提交更改时,会在文件中添加/删除 BOM 字符。 我希望 SVN 的 diff 会忽略 BOM 的更改,并仅显示我已更改的文件。 您知道会忽略 BOM 字符的 diff 命令吗?

谢谢。

I'm using SVN in order to commit changes in windows and linux, but when I want to commit changes in some cases a BOM characters is added/ remove from files.
I want that the diff of SVN will ignore this changes with BOM and will show me only the files I have changed.
Do you know a diff command that will ignore BOM characters?

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

懵少女 2024-10-28 20:29:14

您应该将编辑器配置为不发出 BOM 字符。如果您使用正确的编码 (UTF-8),则它既不需要也没有用。

You should rather configure your editors not to emit a BOM character. If you're using a proper encoding (UTF-8), it's neither needed nor useful.

弥繁 2024-10-28 20:29:14

好吧,你没有提到你所在的平台,但如果你使用的是 Windows,Beyond Compare 有相当多的功能良好的BOM处理能力,可以与SVN集成。

Well, you didn't mention what platform you are on, but if you are on Windows, Beyond Compare has pretty good handling of BOM and can be integrated with SVN.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文