如何定义bazaar存储库之间的依赖关系
在将 bzr 中存储的大型项目拆分为多个存储库之前,我希望能够定义多个存储库之间的依赖关系。
例如,如果我将repo A和B定义为依赖于repo Common,那么当分支repo A时,repo Common也应该分支。回购 B 也是如此。
有人知道有什么方法可以实现这一目标吗?
非常感谢, 一个。
Before splitting up a large project stored in bzr into multiples repos, I'd like the ability to define dependencies between the multiple repos.
E.g., if I define repo A and B to depend on repo Common, then when branching repo A, repo Common should also be branched. Ditto for repo B.
Anyone know any way to achieve this ?
Many Thanks,
A.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
bzr-externals 插件 或多或少可以做到这一点。我使用它的缺点,希望在我的有生之年能看到在 bzr 核心中实现的嵌套树。
The bzr-externals plugin can more or less do this. I use it with its shortcomings, hopefully I'll see nested trees implemented in bzr core in my lifetime..