Unable to check in
大家有没有见过这个错误啊
cleartool: Error: Type manager "z_whole_copy" failed create_version operation.
cleartool: Error: Unable to check in
查到ibm的解决方案是:
Unset the noclobber option in the shell.
Example from the korn shell:
To find out the different settings:
set -o
To unset the "noclobber" option:
set +o noclobber
Log out and login.
Then retry the checkin.
可是当在dos下输入set -o时,又报环境变量 -o 没有定义
请教高手!谢谢!
[ 本帖最后由 zsc123 于 2006-12-8 11:37 编辑 ]
搜索更多相关主题的帖子:
check Unable