All project work isolated in a view

Some projects are organized so that all changes are made in a single view (typically, a shared view). For such projects, use the –ftag option to findmerge. Suppose the project work has been done in a view whose view tag is goph_vu. These commands perform the merge:

cd root-of-source-tree 
cleartool findmerge . –ftag goph_vu –merge –graphical
Tip: Working in a single shared view is not recommended because doing so can degrade system performance.