Name

tree

Synopsis

svnlook tree repos_path[path_in_repos]

Print the tree, starting at path_in_repos (if supplied, at the root of the tree otherwise), optionally showing node revision IDs.

Options

--revisionrev, -rrev
--show-ids
--transactiontid, -ttid

Example

This shows the tree output (with node-IDs) for revision 40 in our sample repository:

    $ svnlook tree -r 40 /usr/local/svn/repos --show-ids
    / <0.0.2j>
     trunk/ <p.0.2j>
      vendors/ <q.0.2j>
       deli/ <1g.0.2j>
        egg.txt <1i.e.2j>
        soda.txt <1k.0.2j>
        sandwich.txt <1j.0.2j>

Get Unix in a Nutshell, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.