Reputation: 1675
In Clearcase I have version tree A---->B---->C.
I created a snapshot view on B and made few changes. I did a check out and check in.
I rebased my branch to C and again to B. Now I am not able to see my changes.
Is there any way I can get it back.
Upvotes: 1
Views: 60
Reputation: 1324347
"Version tree" represents the versions of a file.
"rebasing a branch" means A, B and C are not version but branches, or potentially UCM streams.
In any case, check if you can see your changes by calling the actual version tree on a file you know you have modified (version tree similar to the ones you can see here)
Do a couple of "compare with previous" on some versions to see if you can find back your changes and understand why the LATEST version on B is not the one with the content you expect.
Upvotes: 1