# HG changeset patch # User Marcin Kuzminski # Date 2017-04-05 10:04:50 # Node ID 2779bacfd863f8cfb5f06de50c03fafe2be36801 # Parent 89ead7e7fc1ce5b86131e0fd2bfc562342c870d4 repository: added better instructions for importing repositories 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 @@
${h.text('clone_uri', class_="medium")} - ${_('Optional http[s] URL from which to clone a repository.')} + +
+- 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.
+                    
+