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

Re: Ctrl+C (SIGINT) behaviour for svn command line program

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-11-10 20:18:12 CET

> Hence my question: are there any reasons for svn to ignore SIGINT
> signals after the first it receives (rather than use the default
> handler which just terminates the process)?
>
> Thanks.

It tries to terminate the process ASAP, but it insists on cleaning up
behind it in order to make sure your working copy is left in a clean
state. Extra SIGINT signals don't change that.

You don't mention which svn version you use nor which access protocol.
I assume you use HTTP? Is it linked against neon 0.25.x? Neon 0.25.x
should have solved some of this behaviour: it has extra functions
(compared to 0.24) for cancelling requests.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 10 20:18:55 2006

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

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