Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 clearcase 中使用 cleartool 命令行工具撤消签出元素?
cleartool unco /path/to/element
请参阅cleartool uncheckout手册页
cleartool uncheckout
您有两种可能的选择:
–kee/p
将检出版本的内容保留在 element-name.keep 形式的文件名下(或者,为了防止名称冲突,使用element-name.keep.1、element-name.keep.2等)。
element-name.keep.1
element-name.keep.2
–rm
不保留签出版本的内容。因此,对签出版本所做的任何编辑都将丢失。