How to permanently change an UCM activity name?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-04 15:33:17

You can check "Change the name of an activity from GUI or CLI":

Every activity has a Headline and an ID.

  • The Headline is the visible description (or name) you see when performing a checkout or checkin of a file within a UCM view,
  • whereas the ID is an internal field that holds the name of the object in the VOB database.

These can be identical, but that is not required.

cleartool chactivity -headline <new_headline> activity-id

What you did was changing the ID, not the activity headline.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!