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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -