[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: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 6 Nov 2009 11:30:18 +0100

On Thu, Nov 05, 2009 at 10:57:58PM -0500, Mikhail Terekhov wrote:
> Hi,
>
> I've recently upgraded Subversion from 1.6.0 to 1.6.6 and suddenly the
> old bug appeared
> again - whenever I access repository through svn+ssh:// I get "Killed
> by signal 15." message
> on stderr. Just in case I've compiled and tested versions 1.5.7-1.6.6
> and trunk. The result is that
> versions 1.5.7-1.6.4 produce no such a message but others do produce
> it. I've tried to access
> repositories on both Linux (svn-1.6.5) and Solaris (svn-1.4.2) with
> the same result.
>
> Any advise on should I reopen the issue
> http://subversion.tigris.org/issues/show_bug.cgi?id=2580

Please do not reopen. The message you are seeing is printed by ssh
as a result of the fix for issue #2580.

> or this behavior is expected?

This is expected. You need to add -q to the ssh command invoked by
svn, which happens by default as of 1.6.6.

Put this in ~/.subversion/config:

  ssh = $SVN_SSH ssh -q

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415053

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-06 11:32:02 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.