cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

How to identify the list of change package between each checkpoint

skrisnamoorthy
1-Newbie

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

1 ACCEPTED SOLUTION

Accepted Solutions
tketz
4-Participant
(To:skrisnamoorthy)

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

View solution in original post

2 REPLIES 2
tketz
4-Participant
(To:skrisnamoorthy)

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

Top Tags