Skip to main content
1-Visitor
September 24, 2014
Solved

How to identify the list of change package between each checkpoint

  • September 24, 2014
  • 1 reply
  • 1520 views

Hi,

Anyone know how to find the list of changepackages made between checkpoints

Eg:

Need to identify the changepackage made between 1.3 to 1.4 ?

Regards,

Shankar

    Best answer by tketz

    Hi Shankar,

    you can use the Project History for that case.

    With GUI:

    Select in Project History both Checkpints (1.3 and 1.4) with Strg-Key hold.

    Then Click "View Project Difference" (should take some time). In the new Window you can have a look at all changes and click on tab "By Change Package"

    With CMD:

    si mods -r 1.3 -r 1.4 --project="yourProjectPath" --showChangePackages

    Best Regards,

    Tobi

    1 reply

    tketz1-VisitorAnswer
    1-Visitor
    September 25, 2014

    Hi Shankar,

    you can use the Project History for that case.

    With GUI:

    Select in Project History both Checkpints (1.3 and 1.4) with Strg-Key hold.

    Then Click "View Project Difference" (should take some time). In the new Window you can have a look at all changes and click on tab "By Change Package"

    With CMD:

    si mods -r 1.3 -r 1.4 --project="yourProjectPath" --showChangePackages

    Best Regards,

    Tobi

    1-Visitor
    September 29, 2014

    Hi Tobi,

    Thanks for your update, We can achieve the same using

    View project difference under Change Package.

    Step 1: Select two check point eg: (R1.3 hold key and select R1.4)

    Step 2: Right click and view project difference

    Step 3: Select the tab By Change Package

    Regards,

    Shankar