-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
topic/repo-migrationMigrate repos from other platforms to Gitea, or from Gitea to themMigrate repos from other platforms to Gitea, or from Gitea to themtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Dear developers,
Thank you for your efforts.
I have a small wish, could you please add a feature to migrate external repositories?
This is url : https://gitee.com/
Metadata
Metadata
Assignees
Labels
topic/repo-migrationMigrate repos from other platforms to Gitea, or from Gitea to themMigrate repos from other platforms to Gitea, or from Gitea to themtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
lunny commentedon May 22, 2021
I think we have already supported to migrate repositories' git data from external git service.
snow2zhou commentedon May 22, 2021
Thank you for you replay.
I want to migrate external repositories (https://gitee.com/), including wiki, issues,release and more,
just like migrate from github.
a1012112796 commentedon May 22, 2021
gitee is not support now. you can only migrate git data now.
[-]Migrate external repositories[/-][+]Migrate issues/wiki/PRs from Gitee[/+]6543 commentedon May 22, 2021
If there exist a client go library like github.com/xanzy/go-gitlab for gitee its easy to add
a1012112796 commentedon May 23, 2021
found one which is generated by the swagger-codegen.
https://github.com/openeuler-mirror/go-gitee
our org in gitee: https://gitee.com/gitea
snow2zhou commentedon May 24, 2021
Thank you all for your answers.
yp05327 commentedon Jan 7, 2025
I found a go SDK for Gitee: https://github.com/opensourceways/go-gitee
which is similar to the one mentioned above.