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

Re: [Issue 2950] New - Weird prompting to resolve conflicts when EDITOR is not defined

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2007-10-02 03:36:42 CEST

On Oct 1, 2007, at 6:32 PM, Eric Gillespie wrote:

> I advocate setting line buffering in
> svn_cmdline_init, something like:
>
> setvbuf(stderr, NULL, _IOLBF, 0);
> setvbuf(stdout, NULL, _IOLBF, 0);

+1 on stdout. But isn't stderr ordinarily character-buffered, for
reasons having to do with ensuring you can report program crash even
if the crash is because you can't allocate a line buffer to report it?

-==-
Jack Repenning
Chief Technology Officer
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
office: +1 650.228.2562
mobile: +1 408.835.8090
raindance: +1 877.326.2337, x844.7461
aim: jackrepenning
skype: jrepenning

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 2 03:36:51 2007

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.