clearcase command to backup predecessor version of a file?

ε祈祈猫儿з 提交于 2019-12-28 07:04:27

问题


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.



来源:https://stackoverflow.com/questions/5381335/clearcase-command-to-backup-predecessor-version-of-a-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!