Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
389 views
in Technique[技术] by (71.8m points)

clearcase command to backup predecessor version of a file?

what is the clearcase command to backup predecessor version of a file ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...