SVN Notes
list all SVN commits and who committed what a repo
in the root of the working copy:
svn log -v
if too much data is being displayed, use:
--limit:
i.e.:
svn log -v --limit 50
in the root of the working copy:
svn log -v
if too much data is being displayed, use:
--limit:
i.e.:
svn log -v --limit 50