{% 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.


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

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