l 使用CVS中的常见故障
Ø 现象: 作者:王××(zbwangjian@×××.cn)
cvs -z9 -w -q -d pserver:test:test@scm2.×××.cn:/db01/test3 checkout -P -- . (in directory D:cvstests)cvs checkout: warning: unrecognized response `'ssh' 不是内部或外部命令,也不是可运行的程序' from cvs server cvs checkout: warning: unrecognized response `或批处理文件。 ' from cvs server cvs [checkout aborted]: end of file from server (consult above messages if any)
***** CVS exited normally with code 1 *****
|
解决步骤:
1. 检查checkout操作时输入的“CVSROOT:”信息栏,“pserver”前少了个“:”。
Ø 现象: 作者:王××(zbwangjian@×××.cn)
cvs -z9 -w -q -d :pserver:test:test@scm2.×××.cn: checkout -P -- . (in directory D:cvstests)cvs checkout: CVSROOT (":pserver:test:test@scm2.×××.cn:")cvs checkout: requires a path spec cvs checkout: :pserver[;keyword=value...]:[username[:password]@]host[:port][:]/path cvs [checkout aborted]: Bad CVSROOT.
***** CVS exited normally with code 1 ***** |
解决步骤:
1. 检查checkout操作时输入的“CVSROOT:”信息栏,输入不完整。
Ø 现象: 作者:王××(zbwangjian@×××.cn)
cvs -z9 -w -q -d :pserver:test:test@scm2.×××.cn:/db01/test33 checkout -P -- . (in directory D:cvstests)cvs [checkout aborted]: /db01/test33: no such repository ***** CVS exited normally with code 1 ***** |
解决步骤:
1. 检查“/db01/test33”是否拼写错误,大小写是否正确,前后是否有多余的空格。
2. 若未解决,向配置管理工程师反馈。