September 2009
Beginner
942 pages
85h 34m
English
history
svnlook historyrepos_path[path_in_repos]
Print information about the history of a path in the repository (or the root directory if no path is supplied).
| --limit num, -l num |
| --revision rev, -r rev |
| --show-ids |
This shows the history output for the path /tags/1.0, as of revision 20 in our sample repository.
$svnlook history -r 20 /usr/local/svn/repos /tags/1.0 \>--show-idsREVISION PATH <ID> -------- --------- 19 /tags/1.0 <1.2.12> 17 /branches/1.0-rc2 <1.1.10> 16 /branches/1.0-rc2 <1.1.x> 14 /trunk <1.0.q> ...