What's the ROI of Sub-Repositories?

荒凉一梦 提交于 2020-01-06 19:55:00

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/2931818/whats-the-roi-of-sub-repositories

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!