有一些用于处理大型二进制文件的扩展。
我想使用最有可能是官方的版本(即随商业发行)。
Kiln 2.0使用Bfiles的分支作为其二进制文件。这是否使其更有可能成为官方机构?
处理二进制文件的首选(半官方)扩展名是?
最佳答案
在11月2.0版中,Mercurial似乎是planning to incorporate the 'largefiles' extension。 Mercurial incorporated the 'largefiles' extension in the 2.0 release。该扩展名是'kbfiles'的后代(来自Kiln),而后者又是bfiles extension的后代。
与bfiles相比,它使Largefile支持更加集成到Mercurial命令中,并且支持推送到我相信bfiles没有的http(s)url。
关于version-control - 对于二进制文件,我应该使用bfiles还是bigfiles?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3927571/