diff options
author | karen Carias <karen@gitlab.com> | 2015-07-23 16:38:22 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-07-23 16:38:22 -0700 |
commit | a1ca9b5220f5b47bc834378d632b3e7f90dde236 (patch) | |
tree | 283e32b12dd77f8e7df6c25f8ae530179076de46 /doc/workflow | |
parent | 39dc39e33529ac3632e5d5a6fa06bf6908fb4fa4 (diff) | |
download | gitlab-ce-a1ca9b5220f5b47bc834378d632b3e7f90dde236.tar.gz |
added info about repo size
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/importing/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/workflow/importing/README.md b/doc/workflow/importing/README.md index 19395657719..c6cd4d34cce 100644 --- a/doc/workflow/importing/README.md +++ b/doc/workflow/importing/README.md @@ -6,4 +6,6 @@ 4. [SVN](migrating_from_svn.md)
### Note
-* If you'd like to migrate from a self-hosted GitLab instance 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.
\ No newline at end of file +* If you'd like to migrate from a self-hosted GitLab instance 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.
+
+* When you migrate repositories to GitLab, there is no restriction on maximum size. They are imported via HTTP, but if the repository is too large, it can timeout.
|