progress status when shelling out
Reported by Cristi Balan | April 30th, 2008 @ 07:24 PM | in 0.5
Progress status when fetching; On slow connections or for big repos it looks like braid hung up when it stays in “braid: Setting up remote branch and fetching data.” I thought this would be a matter of doing something like adding a “puts out” into Command#exec_all, but git updates the status dynamically, on the same line, so waiting for the output doesn’t really work. I dunno how to let git’s percentage counter through. Any ideas?
system(“git clone foo.git bar”) should send the output to stdout as it’s working —ianwhite
Comments and changes to this ticket
-
Cristi Balan April 30th, 2008 @ 07:24 PM
- → Milestone changed from to 0.5
-
Norbert Crombach July 17th, 2008 @ 02:14 AM
- → Tag changed from to bug fetch open4 shell system
A --verbose option is in the works.
-
Norbert Crombach July 17th, 2008 @ 11:58 PM
- → Assigned user changed from to Norbert Crombach
-
Norbert Crombach October 28th, 2008 @ 12:56 PM
- → State changed from new to resolved
Shell output is no longer redirected, check #10 for more details.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Braid is a simple tool to help track git and svn vendor branches in a git repository.
