1

I need to list all branches merged to branch of a particular name. Is it possible in Clearcase?

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
magnes
  • 139
  • 1
  • 2
  • 11

1 Answers1

0

ClearCase does not reason in term of branch alone, always in term of file.

You could list branches merged to a particular branch for a given file.
The only way to generalize that to a group of files would be in UCM with UCM components (group of files) and their baselines (UCM labels), which can be delivered (merged) to an UCM stream (branch)

But in base CC, you would need to:

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250