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

Re: problem interrupting 'svn log' (may be a Neon issue)

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-03-18 11:17:04 CET

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

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.