For a given file, say I branched off from /main/2
and do my development in that branch newBranch
. cleartool diff -pred
would compare my loaded version (/main/newBranch/LATEST
) to /main/2
. Which clearcase command would I pass either the file name or /main/newBranch
and would return /main/2
?
I'm just trying to find which version -pred
selects, but I can't find out how anywhere!
FOLLOW UP:
Say I checked the file in and now I'm in version /main/newBranch/3
. How can I still compare it to where it was branched off from (/main/2
)?