Cannot access SVN repository from another host within the LAN
- by akaii
I'm trying to connect to a repository I've set up on our server from another host on the same network, but the connection is failing.
checkout command:
svn checkout svn://192.168.11.192/
error:
Can't connect to host '192.168.11.192' : Connection refused
I tried probing port 3690 with telnet, and I can't seem to connect that way either. I thought the port might be blocked, so I added an entry for port 3690 in sysconfig/iptables, but it doesn't seem to have had any effect at all.
I'm sure svnserve is running, because I can checkout the repository on server using the same command above.
What can I possibly try next?