Will Subversion efficiently store OpenXML Office documents?

后端 未结 4 1137
忘掉有多难
忘掉有多难 2020-12-05 18:23

I have been managing Subversion as an engineering document storage repository for my company. It is working fairly well, however I have a question about how MS Office 2007

4条回答
  •  萌比男神i
    2020-12-05 18:57

    Subversion handles binary files quite well. It does not store a full copy for every commit but only an efficient binary diff.

    See the FAQ about this.

提交回复
热议问题