Find changes between labels
Posted
by brainimus
on Stack Overflow
See other posts from Stack Overflow
or by brainimus
Published on 2010-03-17T13:10:56Z
Indexed on
2010/03/17
14:01 UTC
Read the original article
Hit count: 212
clearcase
Using cleartool I am able to find all the files associated with a label using something like:
ct find -avobs -version "lbtype (Build-Label)" -print
How do I find all objects changed (including adds and deletes) between two labels?
© Stack Overflow or respective owner