Subject: | [PATCH] add progress bar for syncing from svn |
I added a git-like progress indicator for svn mirroring. Instead of:
Retrieving log information from 1 to 1234
Committed revision 2 from revision 1
Committed revision 3 from revision 2
Committed revision 4 from revision 3
it prints:
Retrieving log information from 1 to 1234
###% (####/1234) done
You can disable the progress indicator and switch back to the old
messages by passing verbose => 1 to the SVN::Mirror constructor, or by
running svm with the SVM_VERBOSE environment variables set to 1.
All tests pass.
--
Jonathan Rockway <jrockway@cpan.org>
Subject: | svn_mirror_progress.patch |
Message body is not shown because it is too large.