On Fri, Nov 06, 2009 at 10:02:08AM -0500, Mikhail Terekhov wrote:
> On Fri, Nov 6, 2009 at 5:30 AM, Stefan Sperling <stsp_at_elego.de> wrote:
> > On Thu, Nov 05, 2009 at 10:57:58PM -0500, Mikhail Terekhov wrote:
> >> Hi,
> >
> > 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.
Correction: As of 1.6.5.
> >
> > Put this in ~/.subversion/config:
> >
> > ssh = $SVN_SSH ssh -q
> >
>
> Thanks for the clarification. This fixed the problem.
>
> May be it is a good idea to use this switch by default, mention it in the
> config file and somewhere in documentation as well.
Create a fresh config file template using 1.6.5 and you'll see that
we've done just that.
$ svn --config-dir /tmp/svn-conf help >/dev/null
$ grep 'ssh =' /tmp/svn-conf/config
# ssh = $SVN_SSH ssh -q
Of course, if you've created your config file template with a client
older than 1.6.5, you won't see -q in there.
Stefan
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415134
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-06 17:06:53 CET