I have configured SSH to be on port 20000. When I try:
svn co svn+ssh://server.com:20000/home/svn/proj1 proj1 --username jm
I get
svn: To better debug SSH connection problems, remove the -q option
from 'ssh' in the [tunnels] section of your Subversion configuration
file. svn: Network connection closed unexpectedly
I think I need to tell SVN to use port 20000 also?
I am on Ubuntu 11.10