Control: reopen -1
Control: found -1 1.9.4-1
On 2008-10-14 18:12:07 +0200, Andreas Beckmann wrote:
> Also the svn command still running is not interruptable by any other
> means (more ^C or signals) except for SIGKILL (which sometimes results
> in a repository that can't even be fixed by 'svn cleanup' any more).
The problem still occurs, at least with "svn merge".
zira:~/software/mpfr-3.1> svn merge -c 10298 ../mpfr . <10:27:42
^C^C^Csvn: E170013: Unable to connect to a repository at URL
'svn+ssh://gforge/svn/mpfr/trunk'
svn: E210002: To better debug SSH connection problems, remove the -q option
from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: E210002: Network connection closed unexpectedly
zsh: interrupt svnwrapper merge -c 10298 ../mpfr .
zira:~/software/mpfr-3.1[INT]> <10:30:44
This shows that svn doesn't react to Ctrl-C, and just waits for the
SSH client to terminate, here after a 3-minute timeout.
Debian's changelog says for 1.9.4-1:
+ Abort a commit on Ctrl-C. (Closes: #502222, #501971)
but SSH connections are not done only on commits.
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)