I need to list all branches merged to branch of a particular name. Is it possible in Clearcase?
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:
list each version of a file (see "ClearCase: How do I find which version I branched off from?", with cleartool lsvtree
.
The last segment in the extended path would be the name of the branch (just before the version number).
See:
"ClearCase View and Branch explained" for definition,
"Is ClearCase path is a standard one — '@@
' and string after that" for illustration.
and then look for an hyperlink (ahlink) as I did in "Find merge arrows pointing to a version in ClearCase" in order to detect a merge back to the current branch.