{% extends 'allura:templates/repo/repo_master.html' %} {% block title %} {% if c.app.repo %} SVN Repository: {{c.app.repo.name}} {% else %} SVN Repository {% endif %} {% endblock %} {% block header %}{{c.app.config.options.mount_label}}{% endblock %} {% block content %}

Warning

Importing a repository will overwrite any and all data in your existing repository.


Be careful! Importing will overwrite current repository contents.

We expect link to publicly accessible repository (no password).
(Examples: http://repository.url/svn/name, https://repository.url/svn/name or svn://repository.url/svn/name)

Notification email will be sent when import complete.

If you really, really want to do this, enter the URL of the source repository below:

{{ c.form.display(action='do_import') }} {% endblock %}