如何在 github 上镜像启动板上托管的项目?
我想积极为 Launchpad 上托管的项目做出贡献。 我对 GitHub 更加满意,如果可能的话,我想继续使用它。 我可以在 github 上镜像 bzr 存储库吗?
如果可以的话我该如何设置呢?
I want to contribute actively to a project that is hosted on Launchpad.
I'm much more comfortable with GitHub, and would like to continue to use it if possible.
Would I be able to mirror the bzr repository on github?
If it's possible, how could I set this up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以尝试某种像这样的 git-bzr 桥
git-bzrgit-bzr 脚本:反之亦然,这意味着您可以克隆 bzr 存储库并使用 bzr-git。
You could try some kind of git-bzr bridge like this
git-bzrgit-bzr script:The reverse is possible, meaning you can clone a bzr repo and push to your GitHub repo with bzr-git.
请注意:trunk bzr-fastimport 已损坏,可能会损坏您的“标记”文件。
https://code.launchpad.net/~xrg/bzr-fastimport/re-tailor
这里有详细的实现:
http://git. hellug.gr/?p=xrg/openerp-rebzr;a=shortlog;h=refs/heads/fast-only
Beware: trunk bzr-fastimport is broken and may corrupt your 'marks' file..
https://code.launchpad.net/~xrg/bzr-fastimport/re-tailor
A detailed implementation here:
http://git.hellug.gr/?p=xrg/openerp-rebzr;a=shortlog;h=refs/heads/fast-only
我刚刚写了详细的操作方法用于将 Launchpad Bazaar 存储库镜像到 Github(请注意,它主要针对 Mac 用户)。
此操作方法的最小版本:
您需要的是存储库的 URL,在我的例子中:
git+ssh: //[电子邮件受保护]/gdubicki/update-motd-for-non -ubuntu.git
I have just written a detailed how-to for mirroring a Launchpad Bazaar repo to Github (note that it focuses on Mac users).
A minimal version of this how-to:
You’ll need is the URL to the repo, in my case:
git+ssh://[email protected]/gdubicki/update-motd-for-non-ubuntu.git