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

Re: Cannot kill log dialog if repo unresponsive

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-11-25 19:24:19 CET

Simon Large wrote:
> Hi Stefan,
>
> If the repo is not responding (like tigris.org right now) the ShowLog
> dialog cannot be closed using [OK] or [X]. Isn't Neon interruptable in
> this release?

Not really. It is interruptable if the network is alive, i.e. you can
tell neon to stop while it transfers data. But as long it waits for
data, it blocks waiting for it. You can still tell it to stop, but it
will only honor that after it receives at least one more byte and stops
waiting for data. (In short: you can stop it in between bytes
transferred now, not just in between operations).

> Update goes away of you click on [X] but not if you click [Cancel].

That's because TSVN there forcefully kills the waiting thread (which is
unfortunately *never* a good idea).

btw: can you please send a mail to jrobbins at tigris.org too about the
TSVN repo not responding? Maybe my mail this afternoon didn't get through...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Nov 25 19:36:53 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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