We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
git-annex 旨在处理大文件。
另请参阅:使用 git 管理大型二进制文件 和 Git 类似于 Hg 的 Bigfiles 扩展?
git-annex was designed to handle large files.
Also see: Managing large binary files with git and Git analog to Hg's Bigfiles Extension?
Git 没有类似的功能。 “largefiles”现在是 Mercurial 的一部分。 Git-Annex 和其他解决方案不属于官方 Git 项目的一部分。
不属于官方项目的一部分,甚至不属于官方推荐的处理大型二进制文件的解决方案都可能是一个问题。未来的 Git 更改可能会破坏这些外部解决方案,或者 Git 本身可能会提供大文件实现。
恕我直言,非分布式 SCM(例如 Subversion)在这方面仍然做得更好。 Git 是否有计划来填补这个漏洞?
Git does not have a similar feature. 'largefiles' is now a part of Mercurial. Git-Annex and other solutions are not part of the official Git project.
Not being part of the official project or even the officially recommended solution for handling large binary files could be an issue. Future Git changes could break these external solutions or Git may itself provide a large files implementation.
Non-distributed SCM, like Subversion, are still better at this, imho. Does Git have a plan in place to fill in this hole?