vote up 0 vote down star

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?

flag

1 Answer

vote up 1 vote down

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".

link|flag
thanks for your comment, to be more precise my plugin is used to review a diff file that was created by another developer, which mean it is going over a list of files each one of them in a specific revision. i want to create the content of the file as it was created by the developer. in order to do that i need to have the content of the revision of the file that the developer was started from, apply the patch diff on this revision and compare there content. this file is not necessarily managed by my workspace. – shlomi Oct 2 at 21:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.