1、Problems reported while synchronizing CVS Workspace. 0 of 1 resources were synchronized. An error occurred synchronizing /mis_hn:
The following warnings were reported while performing the "cvs update" command. The following warnings were reported while performing
the "cvs update" command. mis_hn: cvs server: cannot open directory . for empty check: No such file or directory
解决办法:
今天在使用CVS提交的时候出现一个错误: 具体提示如下: cvs server: C:\WINDOWS\TEMP\cvsC7.tmp: No such file or directory cvs [server aborted]:
error diffing test.txt 根据网上资料提示,可能原因有以下几点: 1.cvsNT装完后没有重起. 2.CVSROOT下的Reposity下的路径设置不真确. 3.可能该用户
没有设置该权限. 一一排查,最后才发现是因为CVSNT服务器上运行的账号是USER用户组的,没有对C:\WINDOWS操作权限,因此我更改CVSNET临时目录到其它盘符下,
再运行提交,OK,问题解决