搭建SVN服务端并在客户端checkout时
svn: E000113: 无法连接主机“192.168.1.205”: 没有到主机的路由
1. ping xxxxxxxx
2. 服务没有启动(或端口被占用);
$ ps -ef|grep svn
root 2071 1 0 Jul29 ? 00:00:00 svnserve -d -r /snny/ --listen-port 8007
root 9689 9664 0 19:54 pts/0 00:00:00 grep svn
3. 临时关闭防火墙试试
$ service iptables stop