2018-03-17 18:26:18 +05:30
|
|
|
# Migrating projects to a GitLab instance
|
|
|
|
|
2018-12-13 13:39:08 +05:30
|
|
|
1. [From Bitbucket Cloud (aka bitbucket.org)](bitbucket.md)
|
|
|
|
1. [From Bitbucket Server (aka Stash)](bitbucket_server.md)
|
2018-03-17 18:26:18 +05:30
|
|
|
1. [From ClearCase](clearcase.md)
|
|
|
|
1. [From CVS](cvs.md)
|
|
|
|
1. [From FogBugz](fogbugz.md)
|
|
|
|
1. [From GitHub.com or GitHub Enterprise](github.md)
|
|
|
|
1. [From GitLab.com](gitlab_com.md)
|
|
|
|
1. [From Gitea](gitea.md)
|
|
|
|
1. [From Perforce](perforce.md)
|
|
|
|
1. [From SVN](svn.md)
|
|
|
|
1. [From TFS](tfs.md)
|
2018-03-27 19:54:05 +05:30
|
|
|
1. [From repo by URL](repo_by_url.md)
|
2018-11-18 11:00:15 +05:30
|
|
|
1. [By uploading a manifest file (AOSP)](manifest.md)
|
2018-03-17 18:26:18 +05:30
|
|
|
|
|
|
|
In addition to the specific migration documentation above, you can import any
|
|
|
|
Git repository via HTTP from the New Project page. Be aware that if the
|
|
|
|
repository is too large the import can timeout.
|
|
|
|
|
|
|
|
## Migrating from self-hosted GitLab to GitLab.com
|
|
|
|
|
|
|
|
You can copy your repos by changing the remote and pushing to the new server,
|
|
|
|
but issues and merge requests can't be imported.
|
|
|
|
|
|
|
|
If you want to retain all metadata like issues and merge requests, you can use
|
|
|
|
the [import/export feature](../settings/import_export.md).
|