September 2008
Intermediate to advanced
432 pages
13h 57m
English
svnlook tree — Print the tree.
svnlook treeREPOS_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.
--full-paths --non-recursive (-N) --revision (-r)REV--show-ids --transaction (-t)TXN
This shows the tree output (with nodeIDs) for revision 13 in our sample repository:
$ svnlook tree -r 13 /var/svn/repos --show-ids / <0.0.r13/811> trunk/ <1.0.r9/551> button.c <2.0.r9/238> Makefile <3.0.r7/41> integer.c <4.0.r6/98> branches/ <5.0.r13/593> bookstore/ <1.1.r13/390> button.c <2.1.r12/85> Makefile <3.0.r7/41> integer.c <4.1.r13/109>