diff --git a/rhodecode/templates/admin/repos/repo_add_base.mako b/rhodecode/templates/admin/repos/repo_add_base.mako --- a/rhodecode/templates/admin/repos/repo_add_base.mako +++ b/rhodecode/templates/admin/repos/repo_add_base.mako @@ -24,7 +24,18 @@
+- The repository must be accessible over http:// or https:// +- For Git projects it's recommended appending .git to the end of clone url. +- Make sure to select proper repository type from the below selector before importing it. +- If your HTTP[S] repository is not publicly accessible, + add authentication information to the URL: https://username:password@server.company.com/repo-name. +- The Git LFS/Mercurial Largefiles objects will not be imported. +- For very large repositories, it's recommended to manually copy them into the + RhodeCode storage location and run Remap and Rescan. ++