For a school project I'm trying to connect to an svn repo hosted in the computing department. I've tried connecting to it using VisualSVN, AnkhSVN, and SlikSVN and none of them will connect. I was given a URL like svn+ssh://username@domain.edu/path/to/repo
and a custom port (let's say 5598).
I've looked around for a way to specify a port number on all 3 clients and found nothing, so I specified it in the URL (svn+ssh://username@domain.edu:5598/path/to/repo
) and all 3 report errors. With Slik SVN I tried using svn checkout <URL without username> --username username --password password <local path>
and it still fails.
Slik SVN reports e210004: malformed network data; AnkhSVN just fails to connect without me being able to see an error; VisualSVN says the connection timed out.
Can anyone help me figure out what's going on?
Edit: formatting