So, I have two ClearCase branches A
and B
.
I added some files/folders under branch A
and then merged from A
to B
so the file/folders are available under branch B
.
Now, I removed those files/folders from branch A
by using rmname
and continued making my changes under branch B
.
Now, I again have to work under branch A
using same file/folders, so I tried to merge from B
to A
and it didn't work.
Trying graphical merge, it showed all the files/folders as difference resolution (file deleted).
One of the option is to do undo difference resolution to get back the files. But, there are many. is there another way to go about it?