{% extends "svnlit/base.html" %} {% load timesince %} {% block title %}{{ repository.label }}{{ node.path }}{% endblock %} {% block content %}
svn {% if node.is_directory %}co{% else %}cat{% endif %} {% ifnotequal repository.get_latest_revision revision %} -r {{ revision }} {% endifnotequal %} {{ repository.uri }}{{ node.path }} {% if node.is_file %}> {{ node.get_basename }}{% endif %}
{% endif %}