Wednesday, November 11, 2009

how to find out files to be merged between two views?

To see the difference of version selected by two clearcase views and find the files to be merged run the below command.
Cleartool setview to_version_view
cleartool findmerge PATH -ftag from_version_view -print

This command will prompt a warning message when directories are found. So need to run the following command to find out the directory list.
cleartool findmerge PATH -d -ftag from_version_view -merge -cqe

if you need only the directory list undo the check out of the current directory after collecting the list.

No comments:

Post a Comment