Git or Subversion for binary files

后端 未结 4 677
有刺的猬
有刺的猬 2020-12-04 22:30

We need to store binary files (mostly MS Word documents, ranging from a couple of KB to a couple of MB in size) in a version control repository with over 100 \"projects\". C

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 22:54

    TortoiseGit supports full git workflow for Office documents delegating diff to Office itself. It works also delegating to OpenOffice for OpenDocument formats.

提交回复
热议问题