version control on large files

后端 未结 5 957
温柔的废话
温柔的废话 2021-02-07 18:43

We happily use SVN for SCM at work. Currently I\'ve got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them \'streamily\

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-07 19:13

    Perforce is the only version control system I've heard being used for huge files and whole projects. It's free for two seats, but pretty expensive for more users (around $900 per seat). I've heard it can handle repositories as large as a terabyte.

    git might be another option. It behaves somewhat differently from SVN, but is made for bigger projects (e.g. the Linux kernel). I'm not sure if it's good for big binary files.

提交回复
热议问题