svn log --limit 10
or
svn log -l 10
Further googling uncovered the answer. svn log lists in reverse-chronological order by default.
svn log --limit 10
or
svn log -l 10
Further googling uncovered the answer. svn log lists in reverse-chronological order by default.