Problems reported while synchronizing CVS Workspace. 0 of 1 resources
CVS同步出现的问题:
were synchronized.
An error occurred synchronizing /DOP: I/O has been interrupted.
I/O has been interrupted.
The most likely cause of the interrupt is either an intermittent network failure or a communications timeout.
The CVS communications timeout can be adjusted in the Team/CVS preferences.
Another possible cause is the improper configuration of the "ext" connection method.
The "ext" connection method can be configured on the Team/CVS/EXT Connection Method preference page
------解决方案--------------------------------------------------------
转到同步的视图下看看文件是否有冲突
------解决方案--------------------------------------------------------
连接超时了,把eclipse下cvs设定对应时间改长一点,默认60秒,改成600秒试试。
------解决方案--------------------------------------------------------
我碰到了同样的错误。是连接超时引起的。解决办法:eclipse中,Window-->Perferences-->Team-->CVS-->Connection-->Connection Timeout(s),改成600,6000等试下,应该就没事了。