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

Re: Issue 2310 / no reaction to Ctrl-C

From: Dirk Schenkewitz <schenkewitz_at_docomolab-euro.com>
Date: 2005-06-01 16:08:45 CEST

Speaking of that: We have 2 networks here that must not be
connected. From one of these it's impossible to contact our svn
server. Sometimes I accientally do 'svn list --verbose' while
being on the wrong network. I realize it when nothing happens
within a few seconds. After reading this thread so far, I did:
'time svn list --verbose' and got, after waiting patiently:

svn: Can't connect to host '192.168.1.180': Connection timed out

real 3m9.032s
user 0m0.002s
sys 0m0.002s

Then I did it again and immediately hit <Ctrl><C>.
Nothing happened. Later, I got this:

svn: Can't connect to host '192.168.1.180': Connection timed out

real 3m8.975s
user 0m0.002s
sys 0m0.002s

Is this the same problem with the neon library?
It's not big problem, I can open another console, do a 'ps aux'
and send a 'kill -9' to the process. But it would be nice if this
could be fixed.

As for 'svn up' taking several minutes and be silent until the end:
That's not very user friendly. I hereby vote for some display, so
that one can see it's still alive, maybe a rotating bar that does
one 8th of a circle for each object, or a line of dots, one dot
for each object, or: "Objects to update: 812, done: 1^H2^H3^H4"
and so on. Would that be difficult to implement? (I guess I would
like the rotating bar best. ;-))

Best regards
   Dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 1 16:10:52 2005

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.