2

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

aks
  • 51
  • 1

1 Answers1

3

You can try cleartool get to copy any old version of a file into a temporary file.

cleartool get –to C:\build\foo.c.temp \dev\hello_world\foo.c@@\main\2

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250