Skip Menu |

This queue is for tickets about the SVN-Mirror CPAN distribution.

Report information
The Basics
Id: 23967
Status: open
Priority: 0/
Queue: SVN-Mirror

People
Owner: Nobody in particular
Requestors: jrockway [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.

On Sun Dec 17 02:44:11 2006, JROCKWAY wrote: Show quoted text
> I added a git-like progress indicator for svn mirroring.
Fixed a bug. Should be OK to apply now. -- Jonathan Rockway <jrockway@cpan.org>

Message body is not shown because it is too large.