在 Subversion 中对 docx 文件进行版本控制
我想知道是否有一种方法可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个问题的答案实际上在这里: http://svn.haxx .se/users/archive-2007-03/1473.shtml
并且,与另一个问题非常相似: 版本控制(即.Subversion)适用于文档跟踪?
THe answer for this questions is actually here: http://svn.haxx.se/users/archive-2007-03/1473.shtml
And, very similar to this other question: Is version control (ie. Subversion) applicable in document tracking?
使用内置的 修订工具,又名“跟踪更改”?
它是单词的一部分,您只需要在源代码管理中存储不同的版本,修订跟踪应该给您“责备”。
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".