Background
How do you check for a merge in Clearcase? talked about method to figure out if a clearcase file is merged with the lsvtree
method. However, if one wants to check for its opposite, you can only do this directly through graphical means. if you enter ct lsvtree -nmerge
in command line, the following error is returned:
cleartool: Error: Some options are not applicable to non-graphical mode.
Usage: lsvtree -graphical [-all] [-nmerge] [-nco]
[-options pass-through-opts] pname ...
lsvtree [-nrecurse] [-short] [-all] [-merge] [-nco] [-obsolete]
[-branch branch-pname] pname ...
The error implies my assertion above.
Question
What is the quickest non-graphical way to see if a clearcase file does not have a merge hyperlink?