Is it possible to compare two different revisions with VisualSVN plugin in visual studio 2012?

StackOverflow https://stackoverflow.com/questions/15333421

سؤال

With visualsvn plugin, I am able to compare current working copy with the head revision in the repository.

But how could I compare two different revisions that is not working copy or head revision within Visual Studio?

هل كانت مفيدة؟

المحلول

Hope it helps:

  1. Visual Studio | VisualSVN | Show Log...
  2. Select revisions to compare, right-click, Compare revisions.

نصائح أخرى

AFAIK, I don't think this is possible, at least not directly. You would have to do an SVN Log first and do an SVN Diff from there. There is SVN Blame but that gives a list of changes per revision on each line instead of the side-by-side diff view.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top