Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

retrieve history version in adt

former_member188843
Participant
1,996

Hi All expert,

anyway to retrieve history version in adt?

BR sanchez

2 REPLIES 2

Harish
Active Contributor
0 Kudos
815

Hi Sanchez,

Please check the below blog

regards,

Harish

ThFiedler
Product and Topic Expert
Product and Topic Expert
815

Hi Sanchez,

in the source code editor you find in the context menu (right click in the editor pane) the item 'Compare with ....'

You have several possibilities there:

1.) Compare your object with the local history (Every time you save your object in eclipse a local version is created)

2.) Compare your object with the revision history (This is the one you know from SE80)

3.) Compare your object with a version in a different system (system remote comparision)

After you pick one of the options you will get a comparision dialog with several editing capabilities to take over changes from one version to the other.

Kind Regards,

Thomas.