brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

keep server response output window open or stall on it #1268

Open harrisoftware opened 8 years ago

harrisoftware commented 8 years ago

I have a script that runs on my beta server where my repos are housed when I push changes to it - the script pulls it to the live folders and outputs to the terminal its success/failure. Your extension pops up and displays a window that displays the server output, but disappears very fast and is replaced by another dialog indicating a successful push. But in some cases, the script may have failed to pull to the local copy on the beta server even though the push from my dev machine was successful.Can there be as an option the ability to have to 'OK' the server output window before moving on to the subsequent dialog which indicates a successful push?

harrisoftware commented 8 years ago

I notice that the window when one PULLS waits for OK and shows the output so you can review it.

Or - even just auto-logging all git server output to a log file would be good too.