I'm having trouble checking out a project via svn. I have a repository set up at svn://consideropen.com/home/consider/rvsubversion/project/trunk.
I have no problem checking out the project in NetBeans, but, when I ssh to another server (not the same server as the repository) and run
svn checkout svn://example.com/home/consider/rvsubversion/project/trunk
I get a connection refused error.
Why is this happening?