Re: [PATCH]: Let users cancel out of command line client immediately if they signal 3 times
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-03-13 14:58:22 CET
> And it
Our IDE developers seem happy with the level of cancellation support we
> Thus, I still think just inserting more cancellation checks is the
On a tree of 15k files, and when the network server can take up to 20-30
> Had you tried that and found it difficult,
For GCC's needs, i have found it difficult.
On a repo and working copy of this size, you end up needing cancellation
Try:
svn diff http://gcc.gnu.org/svn/gcc/branches/improved-aliasing-branch
Try to cancel it immediately, and see how long it is before you can.
Last i looked (admittedly, 2 months ago), it required rev'ing two public
There are a ton of operations, some network related, some not, which are
In addition, I no longer believe cancellation function checks everywhere
It doesn't actually solve the problem in all cases, and having
We can't make every expensive operation cancellable without needing
They are useful for IDE developers, sure. But they aren't complaining.
IMHO, it's not the answer for the command line client.
If you want to explain to my users why we don't die when the user tells
I have copied one of them on this email.
--Dan
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.