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

Re: svn+ssh -- Killed by signal 15.

From: Mikhail Terekhov <termim_at_gmail.com>
Date: Fri, 6 Nov 2009 13:49:06 -0500

On Fri, Nov 6, 2009 at 1:32 PM, Stefan Sperling <stsp_at_elego.de> wrote:
> '-q' is passed by default, unless you override it in your config.
>
> See the code in subversion/libsvn_ra_svn/client.c:
>
>  /* We have one predefined tunnel scheme, if it isn't overridden by config. */
>  if (!val && strcmp(tunnel, "ssh") == 0)
>    {
>      /* Killing the tunnel agent with SIGTERM leads to unsightly
>       * stderr output from ssh, unless we pass -q.
>       * The "-q" option to ssh is widely supported: all versions of
>       * OpenSSH have it, the old ssh-1.x and the 2.x, 3.x ssh.com
>       * versions have it too. If the user is using some other ssh
>       * implementation that doesn't accept it, they can override it
>       * in the [tunnels] section of the config. */
>      val = "$SVN_SSH ssh -q";
>    }

Ok, I think I understand it now. Thanks for the very detailed and
patient explanation.

Regards,

-- 
Mikhail Terekhov
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415194
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-06 19:50:18 CET

This is an archived mail posted to the Subversion Users mailing list.

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