clearcase - Get elements of a label which is present only in the current version but not in any other previous versions -
how elements of label present in current version not in other previous versions?
that wouldn't possible clearcase, considering label can associated one version of element (an "element" file or directory).
you try , search label applied on one element , not applied on other element though.
how changed elements of label current branch since last integration branch?
the query described in "how can find elements on branch version latest has no label applied?" can of interest.
simpler queries available on ibm page:
find element versions given label not on given branch:
windows:
cleartool find -all -version "lbtype_sub(mylabel) && !brtype(mybranch)" -print
unix , linux:
cleartool find -all -version 'lbtype_sub(mylabel) && !brtype(mybranch)' -print
Comments
Post a Comment