Re: svn commit: r10132 - trunk/subversion/clients/cmdline
From: Ben Reser <ben_at_reser.org>
Date: 2004-07-04 18:47:53 CEST
On Sun, Jul 04, 2004 at 11:30:25AM -0400, Greg Hudson wrote:
It wasn't. The odd design is a result of APR just flat out not giving
You'll note there's a comment in there saying that if and when APR gives
Incidentally this is pretty much identical to how APR does non-blocking
> On Sun, 2004-07-04 at 01:06, breser@tigris.org wrote:
Yup forgot to change that.
> > + status = wait_for_input_or_timeout(fp,10,pool);
Yup.
> > + if (status != APR_SUCCESS && status != APR_ENOTIMPL)
Yup you're right. The above will just loop forever on APR_ENOTIMPL or
> The timeout should really be unnecessary. Unless I'm missing something,
Umm the timeout is the whole point. I'm trying to get an opportunity to
If someone can see a better way of achieving this then by all means
The fixes to your comments are committed in r10136. Thanks for catching
-- Ben Reser <ben@reser.org> http://ben.reser.org "Conscience is the inner voice which warns us somebody may be looking." - H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Jul 4 18:49:45 2004 |
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.