How to see what changed between two labels?
Assuming that you always label all visible elements, and assuming that LABEL1 is applied prior to LABEL2, the following will do: • In a view selecting LABEL1, run this to obtain those elements which have been unlinked in LABEL2 % ct find someplace -element ‘lbtype_sub(LABEL1) && !lbtype_sub(LABEL2)’\ -print • In a view selecting LABEL2, run this to obtain those elements which have been added since LABEL1: % ct find vobtag> -element ‘lbtype_sub(LABEL2) && !lbtype_sub(LABEL1)’\ -print • In the same view, locate those versions that have changed since LABEL1. Note that this will include elements found in (2). % ct find vobtag -version ‘lbtype(LABEL2) && !