Open working copy file from eclipse history view

Posted by Wolfgang on Stack Overflow See other posts from Stack Overflow or by Wolfgang
Published on 2010-03-05T17:03:25Z Indexed on 2010/03/19 6:11 UTC
Read the original article Hit count: 322

Filed under:
|
|
|

The history view of eclipse shows you a list of files changed in a certain revision. When you open the context menu on one of these you have the option 'Open' which opens a view of that file in that revision.

How can I open the editor for the selected file, i.e. the file in the version of the working copy, right from the history view?

Background is that I want to use the history view to find files that have been changed recently to do code reviewing. People commit via subversion and I use subclipse to connect eclipse to the subversion server.

Today, I must use the 'Open resource'/'Open type' function and type the name of the file that I can read from the history view.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about version-control