SVN 外部检查 Bzr 存储库?
是否可以使用 Svn 客户端通过 Svn 外部检查 Bzr 存储库?
如果 Bzr 通过 Web-DAV 提供服务(在我的情况下),似乎应该是可能的,除非 Svn 需要所有“.svn”文件夹。
Is it possible to check-out a Bzr repo via Svn externals using an Svn client?
If Bzr is being served over Web-DAV (it is in my case) it seems like it should be possible, unless Svn needs all the ".svn" folders.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 bzr-svn 插件将 bzr 分支推送到您的 svn 存储库中,然后您可以将其用作外部存储库。
You can use the bzr-svn plugin to push the bzr branch into you svn repository, then you can use that as an external.
不会。因为 Bzr 的工作方式与 subversion 不同,并且 SVN 客户端不知道如何处理 bzr 存储库。
No. Cause Bzr is working different than subversion and the SVN client does not know how to handle a bzr repository.