Clearcase command to export an element
问题 Is there any command in clearcase which I can use to export a paricular version of a file? (i.e. an element). I am doing a find label with a given label (using ct find . -ver lbtype(label) -cview -print command) and want to export the elements returned by the find label to hard disk. 回答1: cleartool get could work (in a snapshot or dynamic view). get –to C:\build\foo.c.temp \dev\hello_world\foo.c@@\main\2 You would need a script though, to extract from the %CLEARCASE_PN% the file name, and