I've seen a few references to people accessing their VisualSVN server with the svn:// protocol despite visualSVN not technically supporting it (due to it still pulling from stock SVN for windows). I have an older Linux client fileserver that for reasons not worth getting into here, won't support http:// for SVN. I've set up an SSH client on the windows host server that I'm able to reach from the Linux client server with the
ssh --assorted-command stuff /server
but I'm not having luck pulling off
svn "command" svn+ssh://stuff/etc
style commands.
How can I check out stuff on the host windows visualsvn server from my linux client server?