1

What is the best way to this? Using labels? Using branches? It's highly unlikely we will get UCM on this project, and our build keeps on breaking, due to our sharing of branches for different purposes(I know, it's bad).

wizurd
  • 3,541
  • 3
  • 33
  • 50

1 Answers1

1

There is no change set in Base ClearCase. It only exists (without counting UCM) in:

Using branches to report specific changes remain the best way to get back to a stable state.

With CCRC (or ClearTeam), you have the notion of pending changes, in order to define how you will apply your current changes (including the option to integrate said changes in a new branch).

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Something just occurred to me...How do you "roll back" changes(like a change set) though when using a branch for this purpose? – wizurd May 13 '14 at 14:51
  • 1
    @wizurd through a "negative merge" or "subtractive merge": http://stackoverflow.com/a/1637405/6309 – VonC May 13 '14 at 14:53