hi,
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?
hi,
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?
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".