I tried to clone a repository and I got this error.
svn: E210002: Unable to connect to a repository at URL 'svn+ssh://xxxx@xxxx/xxxxxx/xxxxxx/trunk'
svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: E210002: Network connection closed unexpectedly
I am using svn version 1.7.20 (r1667490) on Mac 10.11. I was able clone the same repository from my other PC (Mac 10.6.8) which uses svn version 1.6.17 (r1128011).
I also copied the ~/.ssh folder from the PC that uses svn 1.6.17 to the one with svn 1.7.20 but still get the same error.
Any thoughts on how to resolve this?