I have label, and want to look it up in different clearcase vobs.
cleartool diff -g -pre filename@@\main\branch\label
So i need the filename(s) it touches and on which branch my label resides.
ClearCase list of files with given label type applied solution gives list of files using that label. However it is very slow.
cleartool find -all -version "lbtype(labelname)" -print
I saw someone use another command which was way faster, to identify files. But it does not give branch.
cleartool describe -fmt %c -type lbtype:labelname@/vobs/admin
Can someone help.