Replies: 1 comment
-
I have previously used roughly this recipe to migrate history from SVN repositories. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What tools are folks using to import repositories and issues from other version control services?
We had several repos hosted on Engineering IT's GitLab server. I had assumed I would be able to use GitHub's import tool, but my experience mirrored this writeup pretty closely--simple public repos worked fine, while those with active participation needed a lot of manual work.
I ended up using piceaTech/node-gitlab-2-github (mentioned in the above article), which worked pretty well. It failed to migrate some attachments (e.g., screenshots in issues), but it did log those errors. We didn't have many attachments to begin with, and most were on closed issues, so it wasn't a deal breaker for us.
Beta Was this translation helpful? Give feedback.
All reactions