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.

Reply via email to