show all associated baseline on specific version of file
3 answers
You can list the baselines for a component using the following command:
scm list baseline -w -C component
or
scm list baseline -w <workspace_or_stream> -C component
You can also list all the file versions that were included in a particular baseline:
scm list files -b <baselineName_or_uuid> --show-versionid --depth -
Does that meet your requirement? If not, what is the use case you are trying to solve?
Comments
In IBM ClearCase you could query all related baselines attached against a specific element (file or directory). from your answers it looks there is no SCM command in RTC to do likewise.