1

Using cleartool, how do I find elements (file or folder):

  • on a specific branch
    and
  • with a specific label?
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Paul
  • 163
  • 1
  • 11

1 Answers1

1

I mentioned before how to search elements by label.

You should be able to add a brtype selector (as in here) to restrict to a given branch:

Unix:

cleartool find -all -element '{lbtype_sub(REL1) && brtype(BRANCHNAME)}' -print

Windows:

cleartool find -all -element "{lbtype_sub(REL1) && brtype(BRANCHNAME)}" -print
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250