在 Subversion 中对 docx 文件进行版本控制

发布于 2024-11-05 07:13:31 字数 212 浏览 0 评论 0原文

我想知道是否有一种方法可以在 Subversion 中以我可以比较和指责的方式对 Word 2007/2010 文件进行版本控制?

我发现该文件可以保存为 XML,然后作为普通的 docx 文件打开。但它不是美化的XML文件,这使得浏览diff和fault有些困难。

问题:在 SVN 中对 MS Word 文档进行版本控制的最佳方法是什么?

I am wondering whether there is a method for versioning Word 2007/2010 files in subversion in the way that I can compare and blame?

I have discovered that the file could be saved as XML and then opened as normal docx file. However it is not beautified XML file, which makes it a little difficult to browse for diff and blame.

Question: What is the best approach for versioning MS Word documents in SVN?

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

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

发布评论

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

评论(2

弥枳 2024-11-12 07:13:31

这个问题的答案实际上在这里: http://svn.haxx .se/users/archive-2007-03/1473.shtml

将 svn:mime 类型的 application/msword 应用于所有 Word 文件,如下所示
额外的预防措施。如果你使用TortoiseSVN,它带有一个脚本
这将让您使用查看两个版本之间的差异
Word 的内置功能。<​​/p>

并且,与另一个问题非常相似: 版本控制(即.Subversion)适用于文档跟踪?

THe answer for this questions is actually here: http://svn.haxx.se/users/archive-2007-03/1473.shtml

Apply an svn:mime-type of application/msword to all your Word files as
an extra precaution. If you use TortoiseSVN, it comes with a script
which will let you view the differences between 2 versions using
Word's built-in capabilities.

And, very similar to this other question: Is version control (ie. Subversion) applicable in document tracking?

独留℉清风醉 2024-11-12 07:13:31

使用内置的 修订工具,又名“跟踪更改”?

它是单词的一部分,您只需要在源代码管理中存储不同的版本,修订跟踪应该给您“责备”。

What's wrong with using the built in revisions tool, aka "Track Changes"?

It is part of word, you will just need to store the different versions in source control, the revision tracking should give you your "blame".

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