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

ControlMaster troubles

From: Martin Fousek <Martin.Fousek_at_Sun.COM>
Date: Thu, 07 Jan 2010 11:27:38 +0100

Hi,
I have troubles by using SVN+SSH on the older Solaris machine. If I'm
working with SVN+SSH commands, it's still returning this error message
(if I'm using the same checkout commands on my Ubuntu 9.04 everything
works well):
command-line: line 0: Bad configuration option: ControlMaster
svn: Connection closed unexpectedly

I read somewhere that could help to setup:
in .ssh/config
Host *
  ControlMaster no

in .subversion/config
  ssh = $SVN_SSH ssh -o ControlMaster=no

So I have setup both of them, but I get everytime the same error. Any
idea, please?

Thanks,
Martin.
Received on 2010-01-07 13:22:51 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.