本文介绍了如何在clearcase中获得以前的版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我不是ClearCase专家...我想获得一个项目的版本,例如一个星期前,或者也许是我完成一项旧活动时的版本。
I'm not a ClearCase expert... I would like to get a version of my project as it was, let's say one week ago, or maybe as it was when I finished an old activity.
是否可以这样做?我应该怎么做? (请提供详细步骤:))
Is it possible to do so? How should I do? (Please provide detailed steps :) )
推荐答案
对于一个文件,您可以使用 cleartool get
,如 。
For one file, you can use cleartool get
, as described in "Clearcase command to export an element".
但是,对于完整视图,我建议使用时基配置规范规则。
例如:
But for a full view, I would recommend using a time-base config spec rule.
See for instance:
- 。
- "how to find out all the activities happend in a branch in the last month?".
- "ClearCase : Loading Older Version of a specific Directory?"
这篇关于如何在clearcase中获得以前的版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!