shlomi
shlomi

Reputation:

get content of a specific svn revision in subclipse plugin

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

Answers (1)

tangens
tangens

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

Related Questions