Reputation:
my eclipse plugin is comparing a specific revision of svn with the same revision that was patched by another user. i want to retrieve the content of a specific revision to my plugin, what is the best way to do it?
Upvotes: 0
Views: 1612
Reputation: 39733
If you just want to load the content of a specific version to your editor, you can do so by selecting in the context menu of the editor "Replace with" and then "Revision".
Upvotes: 1