l 使用CVS中的常见故障
Ø 现象: 作者:王××(zbwangjian@×××.cn)
cvs -w -q diff -r comGif1_0_0 (in directory E:cvsdatacomcomGif)cvs diff: tag comGif1_0_0 is not in file .cvsignoreIndex: .project =================================================================== RCS file: /repository/com/comGif/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 36a37 > <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature> cvs diff: tag comGif1_0_0 is not in file .tomcatplugin cvs diff: permission denied for .settings/.settings cvs diff: tag comGif1_0_0 is not in file .settings/org.eclipse.core.resources.prefs *** glibc detected *** double free or corruption (fasttop): 0x08b60068 *** cvs [diff aborted]: received abort signal
***** CVS exited normally with code 1 ***** |
解决步骤:
1. 一般是由于服务器端配置库权限设置不正确造成,向配置管理工程师反馈。
Ø 现象: 作者:王××(zbwangjian@×××.cn)
cvs -z9 -w -q update -P -d -C (in directory D:cvstestcpAccessControl)cvs update: move away abc/def; it is in the wayC abc/def
***** CVS exited normally with code 1 ***** |
解决步骤:
1. 清除本地“abc/def”文件后,再试一次。
2. 若是使用的windows客户端,可能是在linux服务器端存在大小写不同但同名的文件或目录,向配置管理工程师反馈。
3. 若未解决,向配置管理工程师反馈。
Ø 现象: 作者:王××(zbwangjian@×××.cn)
"cvs -w -q update -P -d (in directory E:cvsdatadepartment)cvs update: Server attempted to update a file via an invalid pathname:cvs [update aborted]: 'F:/'.
***** CVS exited normally with code 1 *****" |
解决步骤:
1. 服务器端存在包含非法字符的文件名或目录名,向配置管理工程师反馈。