Cleartool command to list all files part of a changeset

风格不统一 提交于 2019-12-06 21:09:50

With ClearCase UCM, the "changeset" is part of an UCM activity

To see the content (ie the list of versions modified) in an activity, you can do a:

cleartool descr -l activity:myActivity@\myPvob

If the naming convention for your activities names is a "number", then "myActivity" would be "aNumber".

For getting the latest version, it is best to:

  • know what Stream that activity has been created (through fmt_ccase):

    cleartool descr -fmt "%[stream]Xp" activity:myActivity@\myPVob
    
  • and then modify the config spec of a dynamic view

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