你有一个聪明的技巧来解决 svn:bzr-svn 不支持外部的问题吗
我正在使用 bzr 访问 Subversion 存储库。 这很棒,但是存储库使用相当多的 svn:externals 属性来引入相关项目的代码。
有没有好的方法来解决这个限制?
I'm using bzr to access a Subversion repository. Which is great, but the repository uses quite a few svn:externals properties to bring in code from related projects.
Bzr-svn doesn't support svn:externals yet.
Is there a good way to work around this limitation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
今天,另一个选项可用:bzr-externals 插件。 核实!
Today another option is available: bzr-externals plugin. Check it!
我正在努力在 bzr 中模拟 svn:externals。 它与 bzr-svn 无关,而是尝试提供通用解决方案。 项目仍处于 alpha 阶段,但目前许多功能都在运行。 您可以查看该项目及其文档。
https://launchpad.net/bzr-scmproj
该插件本身不支持 svn:externals,但是您可以将所需的值添加到项目配置中。 如果您的 svn:externals 不经常更改,它将非常适合您。
I'm working on emulating svn:externals in bzr. It's not related to bzr-svn but instead tries to provide generic solution. Project still in the alpha stage but many things are working today. You can have a look at the project and it's docs.
https://launchpad.net/bzr-scmproj
This plugin does not support svn:externals natively, but you can bring the required values to project config. If your svn:externals is not changed often it will work for you well.
FWIW,当 Bazaar 本身的嵌套树支持落地时,外部可能会在几个月内得到支持。
FWIW, externals will probably be supported in a couple of months, when nested tree support in Bazaar itself lands.