what is the clearcase command to backup predecessor version of a file ?
You can try cleartool get to copy any old version of a file into a temporary file.
cleartool get –to C:uildfoo.c.temp devhello_worldfoo.c@@main2
More generally, the question "In ClearCase, how can I view old version of a file in a static view, from the command line?" will detail all the possibilities to access the content of previous versions of a given file.
2.1m questions
2.1m answers
60 comments
57.0k users