← Back to context

Comment by bastardoperator

3 years ago

The Gitea repo is actually not that big. The harder part is converting issue and pull request metadata from the GitHub archive which they reference here:

https://github.com/go-gitea/gitea/pull/18165

The migration bundles all of that up so I assume the holdup is writing something that can covert that archive to something Gitea understands or can use.

Yes, I was referring to the entirety of the project, including all issue discussions and PR metadata.