clearcase命令备份文件的先前版本?

问题描述:

用clearcase命令备份文件的先前版本是什么?

what is the clearcase command to backup predecessor version of a file ?

您可以尝试 cleartool get 将文件的任何旧版本复制到临时文件中。

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.