In a snapshot view, use the cleartool get command to see the contents of versions not loaded into your view.
On the Windows® system, you can also use the Send To command in the Version Tree Browser or History Browser to see the contents of versions not loaded into your view.
cleartool checkout opt.c
cleartool merge [ -graphical ] -to target-path -insert contributor-version-selector [contributor-version-selector]
Use -graphical to complete merges in the Diff Merge tool.
Specify two contributors to define an inclusive range of versions; only the changes made in that range of versions are merged.
Examples
cleartool merge -graphical -to opt.c -insert -version /main/r1_fix/4
cleartool merge -graphical -to opt.c -insert -version \main\r1_fix\4
cleartool checkout opt.c cleartool merge -graphical -to opt.c -insert -version /main/r1_fix/2 /main/r1_fix/4
cleartool checkout opt.c cleartool merge -graphical -to opt.c -insert -version \main\r1_fix\2 \main\r1_fix\4