You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dirk Schenkewitz <sc...@docomolab-euro.com> on 2005/06/01 14:08:45 UTC

Re: Issue 2310 / no reaction to Ctrl-C

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

Re: Issue 2310 / no reaction to Ctrl-C

Posted by kf...@collab.net.
Ben Collins-Sussman <su...@collab.net> writes:
> On Jun 1, 2005, at 9:08 AM, Dirk Schenkewitz wrote:
> >
> > Is this the same problem with the neon library?
> 
> Yes.

See

   http://subversion.tigris.org/issues/show_bug.cgi?id=1709
   http://subversion.tigris.org/issues/show_bug.cgi?id=2297

for progress on this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Issue 2310 / no reaction to Ctrl-C

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jun 1, 2005, at 9:08 AM, Dirk Schenkewitz wrote:

>
> Is this the same problem with the neon library?

Yes.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Issue 2310 / no reaction to Ctrl-C

Posted by Giovanni Bajo <ra...@develer.com>.
Dirk Schenkewitz <sc...@docomolab-euro.com> wrote:

> 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. ;-))


I would like any of these solutions, assuming you output them by default
only on TTY devices (or you'll screw machine-parsing of the output).
-- 
Giovanni Bajo


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org