Show More
@@ -24,7 +24,18 b'' | |||
|
24 | 24 | </div> |
|
25 | 25 | <div class="input"> |
|
26 | 26 | ${h.text('clone_uri', class_="medium")} |
|
27 | <span class="help-block">${_('Optional http[s] URL from which to clone a repository.')}</span> | |
|
27 | <span class="help-block"> | |
|
28 | <pre> | |
|
29 | - The repository must be accessible over http:// or https:// | |
|
30 | - For Git projects it's recommended appending .git to the end of clone url. | |
|
31 | - Make sure to select proper repository type from the below selector before importing it. | |
|
32 | - If your HTTP[S] repository is not publicly accessible, | |
|
33 | add authentication information to the URL: https://username:password@server.company.com/repo-name. | |
|
34 | - The Git LFS/Mercurial Largefiles objects will not be imported. | |
|
35 | - For very large repositories, it's recommended to manually copy them into the | |
|
36 | RhodeCode <a href="${h.url('admin_settings_vcs', anchor='vcs-storage-options')}">storage location</a> and run <a href="${h.url('admin_settings_mapping')}">Remap and Rescan</a>. | |
|
37 | </pre> | |
|
38 | </span> | |
|
28 | 39 | </div> |
|
29 | 40 | </div> |
|
30 | 41 | <div class="field"> |
General Comments 0
You need to be logged in to leave comments.
Login now