[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Flush stdout more often

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-02-10 20:56:29 CET

On 2/10/06, Julian Foad <julianfoad@btopenworld.com> wrote:
> Stefan's log message said why we would want to do this. He first discussed it
> on the list: <http://svn.haxx.se/dev/archive-2006-02/0544.shtml>

Yes, I had seen that.

> Do you think the overhead would be significant? (Note, this is for commands
> that print approximately one line of status output per item, not for those that
> print big chunks of text like "cat", "diff", "blame".)

Checkout, etc. would have a flush put in after *every* line? Yikes.
The proper way to do this is to call the bindings and install your own
notification callback. We have never intended for the command-line
program to produce parsable output - that's why we have an API. --
justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 10 21:01:16 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.