windows环境下添加路由表就双击.bat文件就好了
mac环境就要sudo 一下.sh的文件
成功了以后记得ping一下路由
macdeiMac:svnConfig mac$ /Users/mac/Desktop/addRoute.sh
route: must be root to alter routing table
route: must be root to alter routing table
route: must be root to alter routing table
macdeiMac:svnConfig mac$ sudo /Users/mac/Desktop/addRoute.sh
Password:
add net 10.28.0.0: gateway 172.16.38.1
add net 172.16.0.0: gateway 172.16.38.1
add net 10.58.0.0: gateway 172.16.38.1
macdeiMac:svnConfig mac$ ping 10.28.105.100
PING 10.28.105.100 (10.28.105.100): 56 data bytes
然后再测一下svn conerstone就可以连接上了