version control on large files

后端 未结 5 1025
温柔的废话
温柔的废话 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:15

    The Mercurial large files extension could help. It adds the ability to tag files as "large". Stores those files in a central store separate from the rest of the repository. Uses hashes to determine which versions of the large files you need and only downloads the ones you need right now.

提交回复
热议问题