Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to see what changed between two labels?

changed labels
0
Posted

How to see what changed between two labels?

0

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) && !

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123