Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法将本地 ods 文件与 SVN 中的远程 ods 文件进行比较。他们有什么办法吗?
Subversion 不能本地区分二进制文件。Open Office 具有比较文档功能;如果你可以编写脚本,你可以告诉 Subversion 使用它,因为你的diff-cmdTortoiseSVN 附带了一组脚本,可以为 MS Word 和 Open Office 文件执行此操作,所以如果你在 Windows 上,就没有太多事情要做了。
diff-cmd
否则,看看这里和这里