%if not c.rhodecode_user.is_admin:
${h.hidden('user_created',True)}
%endif
${h.text('clone_uri', class_="medium")}
- 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.
${h.textarea('repo_description')}
${_('Keep it short and to the point. Use a README file for longer descriptions.')}
${h.checkbox('repo_copy_permissions', value="True", checked="checked")}
${_('Copy permission set from the parent repository group.')}
${h.select('repo_type','hg',c.backends)}
${_('Set the type of repository to create.')}
${h.select('repo_landing_rev','',c.landing_revs,class_="medium")}
${_('The default commit for file pages, downloads, full text search index, and README generation.')}
${h.checkbox('repo_private',value="True")}
${_('Private repositories are only visible to people explicitly added as collaborators.')}