On Mon, Mar 17, 2003 at 04:34:35PM -0600, Karl Fogel wrote:
> kfogel@tigris.org writes:
> > Log:
> > Now that we handle sigint, 'svn log' needs to explicitly pay attention
> > to cancellation. This is an addendum to issue #1004.
>
> There's still a problem here, though, a rather mysterious one.
>
> If you type ^C while running 'svn log' on the whole Subversion
> repository, the output will now stop immediately. But your prompt
> won't come back immediately -- instead, svn will wait until all the
> network data has been received, and *then* give you your prompt back.
> (At least, that's what my network activity light seems to be
> indicating. :-) )
Yes, neon still eats the whole response regardless - I'm adding an
interface to abort responses from the callbacks for a future version.
(You can do this already if you use the "caller-pulls" interface for
reading response bodies, but not if you use the callback-based
interface).
Regards,
joe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 18 11:18:09 2003