How do I migrate a Launchpad project to GitHub including the Bug/Issues?

落花浮王杯 提交于 2019-12-11 04:02:05

问题


Migrating the code from Launchpad (bzr) to GitHub (git) is not the big problem. But is there a way to migrate the bugs/tickets from a Launchpad project to a GitHub one?


回答1:


There is a project called LP2GH ("Launchpad to GitHub"), which can do that. The link above leads you to a documentation about moving your issues.

This document will give you a detailed account of how to transfer your bugs, blueprints and milestones from Launchpad to GitHub and explain what to do once you’ve moved.

There is another project called github-issue-importer, which is aimed exactly at this task. It seems easier to use then the first one.

Github Issue Importer imports bugs into github issues. Currently it only supports Launchpad. It is hoped it will support other bug trackers in the future.

The importer will import each bug and it's comments into github.



来源:https://stackoverflow.com/questions/31728655/how-do-i-migrate-a-launchpad-project-to-github-including-the-bug-issues

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