how to restore last saved code in eclipse?

前端 未结 2 1268
闹比i
闹比i 2020-12-19 13:37

In Eclipse, I accidentally SVN update my code to HEAD version of the repository. My local code is what I want to keep, so how do I revert to that? Tks.

相关标签:
2条回答
  • 2020-12-19 13:46

    An easy way to do this:

    1. Right click on the file you would like to restore
    2. Go to Team
    3. Select Show Local History
    4. Choose the desired date
    5. Copy the content and paste in your actual file

    And it's done... Enjoy.

    0 讨论(0)
  • 2020-12-19 13:53

    You can access the local history in eclipse. Refer to this link

    http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fteam_synchronize_localhistory_example.htm

    0 讨论(0)
提交回复
热议问题