Edgewall Software

Changes between Version 37 and Version 38 of TracLinks


Ignore:
Timestamp:
Sep 20, 2007, 9:10:05 PM (17 years ago)
Author:
morris
Comment:

added documentation for export: links

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v37 v38  
    8282If the revision is specified, one can even link to a specific line number: source:/some/file@123#L10
    8383
     84== export: links ==
     85''new in 0.11dev''
     86
     87To force the download of a file in the repository, as opposed to displaying it in the browser, use the {{{export}}} link.  Several forms are available:
     88 * {{{export:/some/file}}} - get the HEAD revision of the specified file
     89 * {{{export:123:/some/file}}} - get revision 123 of the specified file
     90 * {{{export:/some/file@123}}} - get revision 123 of the specified file
     91
    8492== search: and query: links ==
    8593