Stefan Haller <haller@ableton.com>


Patch
r859550

r859550 | brane | 2006-04-29 17:42:21 +0000 (Sat, 29 Apr 2006)

Flush stdout after every line of status output.  This is useful when
piping svn output into post-processor tools, e.g. to colorize the
output, or simply into tee.

Patch by: Stefan Haller <haller@ableton.com>

* subversion/svn/diff-cmd.c
  (summarize_func): Flush output after every line printed.

* subversion/svn/log-cmd.c
  (log_message_receiver): Flush output after every log entry.

* subversion/svn/status.c
  (print_status): Flush output after every line printed.

* subversion/svn/notify.c
  (notify): Flush output after every line printed.