-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVN: pipe handling reordering, read STDOUT first
Due to limitations on the buffering of pipes and therefore possible resulting deadlocks, the order in which the pipes are read is crucial. This reordering of the pipes is just a partial workaround. Processing STDOUT before STDERR will NOT(!) prevent a deadlock if the output to STDERR exceeds the pipe's max buffered size. Regardless, as discussed in #261, it is better to handle an unlikely error scenario, than to frequently get stuck when processing good commits. Signed-off-by: Damien Regad <[email protected]> - Original commit message and comment block reworded - Updated changelog - Bump SourceSVN plugin version Fixes #333
- Loading branch information
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters