{% extends "layouts/base.html" %} {% block title %} Upload files to {{ release.short_display_name }} ~ ATR {% endblock title %} {% block description %} Add files to a release candidate. {% endblock description %} {% block content %}
← Back to Compose {{ release.short_display_name }} ① COMPOSE → ② → ③
Use the browser Use SVN Use rsync
Use this form to add files to this candidate draft.
Import files from a publicly readable Subversion repository URL into this draft.
The import will be processed in the background using the svn export
command.
You can monitor progress on the Evaluate files page for this draft once the task is queued.
Import files from a remote server using rsync with the following command:
rsync -av -e 'ssh -p 2222' ${YOUR_FILES}/ {{ asf_id }}@{{ server_domain }}:/{{ release.project.name }}/{{ release.version }}/{% include "user-ssh-keys.html" %} {% endblock content %}