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了。

posted @ 2009-09-08 18:44  MXi4oyu  阅读(296)  评论(0编辑  收藏  举报