Describe how to migrate this repository elsewhere #32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This repository has been developed first on Gitea, than easily migrated to Forgejo (which is compatible).
Migrating it to GH is another story as I have not found a way to cover the PRs and issues.
This issue will try to highlight some option for anyone who wants to propose a migration plan.
The easiest way to migrate to GH would be to:
.forgejo
path to.github
).But, this will break all the #XX links to issue/PRs in the commit messages, unless: someone re-create/migrate all those from Forgejo too (I've not identified an existing tool for this)
Another way would be to overwrite the current mirror from scratch to get rid of those #XX links, but this would also mean dropping the whole history (which I think could be helpful for future changes).
Describe how to migrate this repository to GHto Describe how to migrate this repository elsewhereAn other target to be considered is CodeBerg, which provide migration tool covering issues and pull-request.
Recently, CodeBerg also support actions (experimental), which could cover the CI/CD requirements of this repository.