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

Can't kill svn

From: Andreas Krey <a.krey_at_gmx.de>
Date: Fri, 1 Jun 2012 21:13:47 +0200

Hi everybody,

is there already a bug on this? I can't always get the svn client to
stop using ^C. Mostly this seems to happen with slow network I/O, like,
for reproduction:

  prompt> time svn checkout http://217.140.74.17/doesnotexist
  ^C^C^Csvn: OPTIONS of 'http://217.140.74.17/doesnotexist': could not connect to server (http://217.140.74.17)
  
  real 1m14.898s
  user 0m0.007s
  sys 0m0.006s
  prompt>

I hit ^C shortly after hitting enter, but 1) svn doesn't stop
and 2) doesn't even seem to care about the signal received.

The only way to actually get rid of it is to ^Z and 'kill -9 %',
but this then requires a cleanup occasionally (plus the prayer
that the latter will work).

Andreas
Received on 2012-06-01 21:14:21 CEST

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.