开发者

ClearCase: how to find version history of each document in a folder

I am a newbie to Rational ClearCase. Can you guide me how can I get version history (report) of each document in a folder say 'ABC'.

I need a report which details version history, (history of ch开发者_开发问答ange details if possible)

Please enlighten me on this.

Thanks


The two usual tools for getting a "report" on an element (file or directory) on ClearCase are:

  • lsvtree (version tree)
    cleartool lsvtree (-graph) /path/to/myView/MyVob/.../myFile
  • lshistory (history)
    cleartool lshistory (-graph) /path/to/myView/MyVob/.../myFile

Both will launch a graphical interface if you include -graph in your command.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜