SVN对Office 2007文档的工作效果如何? [英] How well does SVN work for Office 2007 documents?

查看:249
本文介绍了SVN对Office 2007文档的工作效果如何?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在考虑使用我们的SVN信息库来管理我们所有的文档。我们主要使用Office 2007(docx,xl​​sx)文件。我以为x是xml,但是在记事本中打开这些文件会显示二进制格式。

I'm considering using our SVN repository to manage all our documents. We mostly use Office 2007 (docx, xlsx) files. I thought the x was for xml but opening these files in notepad reveals a binary format.

我正在寻找使用svn来管理这些类型的文件的人的经验。有人告诉我,SVN对于二进制文件来说不是很好。

I'm looking to find out what people's experience is with using svn to manage these kinds of files. Someone told me that SVN isn't so great for binary files.

推荐答案

主要是xml,但是它们是压缩格式。换句话说,尝试将文件重命名为.zip,然后检查它的外观。

They are xml, mostly, but they're in a zipped format. In other words, try renaming the file to .zip and check how it looks then.

不,SVN将不会非常好地使用该格式。我的意思是,它一定能够存储它们,但它将无法区分它们,并行编辑也不会奏效。

And no, SVN won't work terribly well with that format. I mean, it will certainly be able to store them, but it won't be able to diff them, and parallel editing won't work either.

真正的好处的SVN是并行处理文件(即两个同时在同一个文件上工作的人),并且稍后合并更改。二进制文件将无法使用。

The real benefits of SVN is with parallel working on the files (ie. two people working on the same files at the same time) and merging the changes later. Binary files won't work with that.

这篇关于SVN对Office 2007文档的工作效果如何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆