2

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?

yyy
  • 437
  • 2
  • 9
  • 23

1 Answers1

1

The only way to automate that process is through:

In both cases, the idea is to create a new version which cancels the version of your other developer.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250