Fix issues with buffer sizes when doing TFS diffs.

Review Request #8492 — Created Oct. 25, 2016 and submitted — Latest diff uploaded

Information

rb-tfs
master
66bf153...

Reviewers

In Java-land, especially when running on Windows, executed processes will halt
if the buffer for their stdout or stderr streams fills up. This meant that
diffs of sufficient size would hang forever. This change moves some things
around such that we read both streams fully before waiting for the process to
quit.

Checked that the "diff" command still worked correctly and produced a diff.

    Loading...