Reverting a users changes in ClearCase
We use ClearCase as control version system. In our system sometimes we make releases without some developers commits because of time limit. For example I made some changes in six classes but another user did changes in all or some of them also. And I have to commit code without his changes. So I scan my files with previous versions so that I can revert his changes. But it's a slow and boring process. Is there another way to do that? Maybe an extension or a script? VonC The only way to automate that process is through: subtractive merge or negative merge (as described in this IBM article ):