what is the clearcase command to backup predecessor version of a file ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can try cleartool get to copy any old version of a file into a temporary file.
cleartool get –to C:\build\foo.c.temp \dev\hello_world\foo.c@@\main\2
More generally, the question "In ClearCase, how can I view old version of a file in a static view, from the command line?" will detail all the possibilities to access the content of previous versions of a given file.