Actions:
|
2011-05-18 05:57 AEST by Arthur Barrett - If a windows client hangs (eg: while waiting for the server) then it could show a balloon 'server may have
stopped responding' if possible it could show a 'cancel' button.
This is especially useful when using CVS with a GUI. TortoiseCVS provides a nice cancel box, but Visual
Studio/SQL Navigator and other SCCI clients do not, and (as we've seen) even the TortoiseCVS client has
limited ability to cancel.
This could be implemented in cvsproxy, but that could only detect if there had been any I/O to/from the
screen. The best place would be in CVSNT client itself. If the user pressed cancel, it could set the
'terminate' semaphore and let the calling process kill it (need to check that WM/SCCI handle this). |