]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Change verify-mode to report on all errors before raising exception
authorTony Duckles <tony@nynim.org>
Sun, 25 Mar 2012 13:39:17 +0000 (08:39 -0500)
committerTony Duckles <tony@nynim.org>
Sun, 25 Mar 2012 22:42:31 +0000 (17:42 -0500)
commitf0f86a002741bbb314dd6a0e88cbd36bf654e502
tree9454b68f82e5a10a1751125a414a4648153864b1
parente094da2333bf0f71953b8031940f5f963559428b
Change verify-mode to report on all errors before raising exception

* svn2svn/run/svn2svn.py (verify_commit): Always finish a full pass,
writing out any error messages, and raise the VerificationError
exception at the end if needed.

* svn2svn/run/svn2svn.py (verify_commit): Make less verbose by
default. Show a progress message every 500 paths rather than logging
a message for every path.
svn2svn/run/svn2svn.py