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.
精彩评论