Change set predecessor using cleartool

后端 未结 1 1076
太阳男子
太阳男子 2021-01-03 13:42

Eventually I\'d like to find out how to diff a version in an UCM activity with the change set predecessor, using the command prompt, assuming there is more than one version

相关标签:
1条回答
  • 2021-01-03 14:32

    I don't know of a single command.

    I do the a cleartool descr -pred would give you the predecessor of a current version, enabling you to get the version of said predecessor in the previous branch.

    The extended pathname of a version is composed of the current branch (named ofter the current stream), and just before, of the branch from which the current branch has been created, which allows you to get the original stream name.

    From there you have the version you need to make your diff.
    However that will require a script.

    0 讨论(0)
提交回复
热议问题