diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-15 13:13:42 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-15 13:13:42 +0200 |
commit | 76cde5c0e534e59c7dcd8bc7e096cfb0bf9f2603 (patch) | |
tree | bfc3bcee4aae543baeff7bbe3f2abebd49e5b311 /app/views/projects/new.html.haml | |
parent | 2803d9e0257c08107db5cebb9a5b10b87d6ca358 (diff) | |
download | gitlab-ce-76cde5c0e534e59c7dcd8bc7e096cfb0bf9f2603.tar.gz |
Add links to the migration doc, make it clear import is only for git repos.
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 6c986050c45..f5cd0f21e01 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -44,13 +44,14 @@ .js-toggle-content.hide .form-group.import-url-data = f.label :import_url, class: 'control-label' do - %span Import existing repo + %span Import existing git repo .col-sm-10 = f.text_field :import_url, class: 'form-control', placeholder: 'https://github.com/randx/six.git' .bs-callout.bs-callout-info This URL must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git. %br The import will time out after 4 minutes. For big repositories, use a clone/push combination. + For SVN repositories, check #{link_to "this migrating from SVN doc.", "http://doc.gitlab.com/ce/workflow/migrating_from_svn.html"} %hr .form-group |