Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道子存储库可以节省您的团队时间,但是它们的投资回报率是多少?
https://www.mercurial-scm.org/wiki/subrepos
如果您有一个由您与主项目一起开发的依赖项,那么 subrepos 非常适合 IMO。在这种情况下,我已经使用 subrepos 有一段时间了,它们节省了很多精力。我觉得它们对开源项目特别有益,在这些项目中,获取构建项目所需的所有依赖项对于第一次检查代码的人来说可能是一件痛苦的事情:subrepos 使这完全自动化。
如果您的依赖项有自己独立的不同版本和/或由第三方开发,我无法评论子存储库的使用有多容易。