Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
Solved! Go to Solution.
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
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
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