子存储库的投资回报率是多少?

发布于 2024-09-03 05:20:54 字数 177 浏览 2 评论 0原文

我知道子存储库可以节省您和团队的时间,但是它们的投资回报率是多少?

https://www.mercurial-scm.org/wiki/subrepos

I know that sub-repositories save you an your team time, but what is the ROI on them?

https://www.mercurial-scm.org/wiki/subrepos

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

女中豪杰 2024-09-10 05:20:54

如果您有一个与主项目一起开发的依赖项,那么在我看来,子存储库是一个完美的选择。我在这些情况下使用子存储库已经有一段时间了,它们节省了很多精力。我觉得它们对开源项目特别有益,对于第一次检查代码的人来说,获取构建项目所需的所有依赖项可能会很痛苦:子存储库使这完全自动化。

如果您的依赖项有其自己单独的不同版本和/或由第三方开发,我无法评论子存储库的使用有多容易。

If you have a dependency which is developed by you along with the main project then subrepos are a perfect fit IMO. I've been using subrepos in these circumstances for a while now and they save a lot of effort. I feel they're particularly beneficial for open-source projects, where getting all dependencies required to build your project can be a pain for someone checking out the code for the firs time: subrepos make this completely automatic.

I can't comment on how easy subrepos are to use if your dependency has its own separate distinct releases and/or is developed by a third party.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文