How to identify the list of change package between each checkpoint
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
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.