Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Better Progress Output #37

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments
Closed

Feature Request: Better Progress Output #37

GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Watching a cursor blink for 20+ minutes and *hoping* the program you're running 
is doing something and didn't just hang is a little unsettling. It's nice to be 
able to monitor (or at least get some sense) of the progress of any program 
that might take a particularly long time to complete execution (as is the case 
with boar when importing large directories).

Having a --progress switch, varying levels of verbosity (ie. -v, -vv, ..), or 
even a --debug switch (along the lines of wget) to print some sort of progress 
output to the console would be much appreciated.

Even if there's a performance hit, for those that choose to enable it, having a 
(processed/total) style progress indicator can be very nice especially on huge 
imports as otherwise there is zero way to gage how far along boar is (or that 
it is infact making progress during certain phases like the initial hash 
calculation).

Thanks :) 

Original issue reported on code.google.com by cryptob...@gmail.com on 21 Dec 2011 at 5:15

@GoogleCodeExporter
Copy link
Author

Agreed, this is a highly desirable feature.

Original comment by ekb...@gmail.com on 21 Dec 2011 at 8:42

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

There are now progress printed by default for the initial scan for changes 
(used for commands "update", "ci", "import" and "status"). During file 
operations, files are listed as they are processed ("ci", "co", "import").

Fixed as of changeset 57c3f8addc7e.

Original comment by ekb...@gmail.com on 12 Feb 2012 at 6:48

  • Changed state: Verified

@GoogleCodeExporter
Copy link
Author

Issue 49 has been merged into this issue.

Original comment by ekb...@gmail.com on 12 Feb 2012 at 9:06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant