问题描述
有一些用于处理大型二进制文件的扩展.
There are a few mercurial extensions for dealing with large binary files.
- Bfiles
- BigFiles
- Snap
- kbfiles
- others?
我想使用最有可能是官方的(即随商业发行的).
Kiln 2.0 将Bfiles的分支用于其二进制文件.这是否使其更有可能成为正式官员?
I'd like to use the one that is most likely to be official (ie distributed with mercurial).
Kiln 2.0 uses a fork of Bfiles for its binary files. Does that make it more likely to become official?
哪个是处理二进制文件的首选(半官方)扩展名?
Which is the preferred (semi-official) extension for handling binary files?
推荐答案
Mercurial 在2.0版中加入了"largefiles"扩展名.此扩展名是"kbfiles"(来自Kiln)的后代,它又是 bfiles扩展名.
Mercurial incorporated the 'largefiles' extension in the 2.0 release. This extension is a descendent of 'kbfiles' (from Kiln), which is in turn a descendent of the bfiles extension.
与bfiles相比,它使大文件支持更多地集成到Mercurial命令中,并支持推送到我认为bfiles没有的http(s)url.
It makes largefile support much more integrated into the Mercurial commands than bfiles did, and supports pushing to http(s) urls which I believe bfiles did not.
- Kiln repo
- preparation work on mercurial-devel
- release expectations
这篇关于对于二进制文件,我应该使用bfiles还是bigfiles?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!