开发者

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

开发者 https://www.devze.com 2023-02-10 21:14 出处:网络
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 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

精彩评论

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