linux svn co时候出现 unresolve hostname的方法解决办法
linux svn co时候出现 unresolve hostname的方法解决方法
在linux下装了svn后,用svn co http://subversion.tigris.org/ /temp 时出现could not resolve hostname 错误,需要在/etc/hosts 增加
192.168.1.195 debian.localdomain debian
这种域名与ip地址的映射,这样svn就可以正常co了。