visualsvn プラグインを使用すると、現在の作業コピーをリポジトリ内の最新のリビジョンと比較できます。
しかし、Visual Studio 内で作業コピーまたはヘッド リビジョンではない 2 つの異なるリビジョンを比較するにはどうすればよいでしょうか?
visualsvn プラグインを使用すると、現在の作業コピーをリポジトリ内の最新のリビジョンと比較できます。
しかし、Visual Studio 内で作業コピーまたはヘッド リビジョンではない 2 つの異なるリビジョンを比較するにはどうすればよいでしょうか?
それが役に立てば幸い:
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.