gitlab-org--gitlab-foss/doc/workflow/importing
Anatoly Borodin 6c06b65d1e Use relative links in `doc`, fix broken generated HTML links
Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code
web interface, but the HTML generator produces broken links in the `doc`
subdirectories:
http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html
instead of the right one
http://doc.gitlab.com/ce/web_hooks/web_hooks.html
in
http://doc.gitlab.com/ce/hooks/custom_hooks.html.

Fixes #14338

[ci skip]

Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
2016-03-17 00:35:53 +01:00
..
bitbucket_importer
fogbugz_importer FogBugz project import 2015-09-08 20:23:01 -04:00
gitlab_importer
img Refactor GitHub importer documentation 2016-01-12 15:15:54 +01:00
README.md [ci skip] Add SVN to Git migration documentation 2015-12-15 16:29:07 -06:00
import_projects_from_bitbucket.md Use relative links in `doc`, fix broken generated HTML links 2016-03-17 00:35:53 +01:00
import_projects_from_fogbugz.md FogBugz project import 2015-09-08 20:23:01 -04:00
import_projects_from_github.md Importing GitHub cross-repository PRs is not supported atm 2016-01-16 10:55:44 +01:00
import_projects_from_gitlab_com.md Gilab -> GitLab 2015-10-31 23:31:21 +01:00
migrating_from_svn.md Add instructions for pushing tags as well as branches 2016-02-10 15:02:58 +00:00

README.md

Migrating projects to a GitLab instance

  1. Bitbucket
  2. GitHub
  3. GitLab.com
  4. FogBugz
  5. SVN

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.