最近在使用ECLIPSE的CVS对项目提交或更新时总是在中间出现"cvc checkout"错误,详情如下
[color=#ff0000]同步 CVS 工作空间 时报告了问题。同步了 0 个资源(共 1 个资源)。
同步时 ****时发生了错误:执行“cvs update”命令时服务器报告错误。
执行“cvs update”命令时服务器报告错误。
****:cvs server: connect to localhost(server):2402 failed: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
****:cvs [server aborted]: Couldn't connect to lock server[/color]
望指点~
[b]问题补充:[/b]
按照lggege说的试了下,还是不行~
[url]http://java.mblogger.cn/atree/posts/22483.aspx[/url]
这个文章的解释: CVSNT下出现下面的错,是因为另一个进程(cvslockd)没有打开,运行一下cvslockd即可
[url]http://logins.bokee.com/6481274.html[/url]
这个文章的解释:
The lock server is not installed and not running, or your
antivirus/firewall is preventing the connection.
[url]http://hi.baidu.com/ekylin/blog/item/7c7ed300c98c1813728b65b6.html[/url]
还一个这个文章.