Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 visualsvn 插件,我可以将当前工作副本与存储库中的头版本进行比较。
但是我如何比较两个在 Visual Studio 中不是工作副本或头部修订的不同修订?
希望能帮助到你:
AFAIK,我认为这是不可能的,至少不是直接的。你必须先做一个SVN Log ,SVN Diff然后从那里做一个。但是,它SVN Blame提供了每行上每个修订版本的更改列表,而不是并排差异视图。
SVN Log
SVN Diff
SVN Blame