Choosing between UCM and base ClearCase

前端 未结 2 1999
傲寒
傲寒 2021-01-07 11:38

Which one is better? UCM or base ClearCase?

For paralel development, do we need UCM? Is using manual branching is error prone on base ClearCase?

Is serial de

2条回答
  •  一整个雨季
    2021-01-07 11:48

    May I just add...

    It really depends on the size and complexity of the development team working on the same project. For example, we have a large dev team consisting of 100s of devs from all over the world, and this team really benefits from all the features that UCM provides (as mentioned by master VonC above).

    On the other hand, most of the teams in my organization are around 10 people, and they are all co-located at one location, and these teams really do not want to mess around with the deliveries and merges, so they choose to simply use base CC with basic branching strategy, e.g. one Integration/Release Branch, followed by each dev branch for each release, or personal dev branch. For smaller teams, we usually recommend them to use base CC because it is easier to manage.

    Hope this helps.

提交回复
热议问题