check in -cr [version has no data]有谁能帮忙解释一下?
checkin -cr 是允许check in version has no data有谁能帮忙解释一下?这种checkin有什么用处。
我发现在建好的view里存在这种version has no data 的文件,能不能转换成有数据的文件?
因为做build的时候需要读这个文件,编译它。谢谢~
这种除了有意作这种version without data 的checkin ,还有什么可能会产生这种version without data 的文件。
可以 cleartool describe -long 文件名@@版本信息 查看该文件属性
checkin 命令
–cr (For derived object checkin)
Checks in only the configuration record for the specified derived objects. Each new DO version will have a configuration record, but no data. You can use many cleartool commands with such DO versions, such as catcr, diffcr, and mklabel (but not lsdo). DO versions are also visible when you use the ls command. However, a version created with this option cannot be opened or executed, because there is no data.
Checkin of derived objects
(Dynamic views) You can check in a derived object to make it a version of an element (a DO version). By default, both the data and configuration record of a derived object are checked in. To save disk storage, you can use the –cr option to check in only the configuration record, not the data. Checking in a nonshareable DO converts the DO, its sibling DOs, and its sub-DOs to shareable DOs.
[ 本帖最后由 rainyday 于 2008-6-17 17:17 编辑 ]
搜索更多相关主题的帖子:
check data 帮忙