东河源控制平台可用性更新
东河源控制正在构建一个代码托管平台,其版本控制模型基于Jujutsu,支持首类冲突(first class conflicts)、细粒度的访问控制列表(ACLs)和与Git的向后兼容性。
该平台采用谷歌、Meta等公司的代码托管经验,构建了一个可扩展的存储引擎,旨在满足快速迭代的开发需求。
该存储引擎支持Git和Jujutsu协议,并计划支持每秒数千次的提交和超大文件。
目前该平台正在与早期合作伙伴进行试用,未来将陆续加入更多团队,重点在于提供一流的代码协作功能。
查看原文开头(英文 · 仅前 3 段)
East River Source Control is building a code hosting platform to meet the needs of modern development environments. Our version control model is based on Jujutsu, with first class conflicts, fine-grained ACLs, and backwards compatibility with git. Taking inspiration from how Google, Meta, and others have done code hosting, we've built a storage engine that performs at scale.
We're building for a world where machines and humans are iterating and writing code faster than ever. That means a distributed system that can land thousands of commits per second, instant checkouts, and support for arbitrarily sized files. Our storage engine speaks git and "jj"1, so you can adopt it today, with new capabilities being available when you need them. Rather than building a better git server, we've opted to build the substrate that comes next.
We're currently trialing the product with early partners and are onboarding more teams in the near future. Our focus is on best in class code collaboration for teams, not social features.
※ 出于版权考虑,仅引用前 3 段。完整内容请阅读原文。