SVN: See changes made over different revisions to several files (to peer review code changes form a while back)?
已回答
Hello,
To implement a feature (bug fix), a colleague added changes to trunk in several revisions - say 7, 9 and 15. Each time, he worked on several files. Some of the files were worked on in more than one commit.
We are now in a much later revision, say 50.
Is there a way to see what he actually changed, e.g. compare the combined changes of 7, 9 and 15 with revision 6, to peer review?
Cheers,
Christian
请先登录再写评论。
You could open the History of that specific file, and see what was changed in it in the respective revisions. Right-click the file - > Subversion -> Show History
You could also use the Compare with Local from action from the file history, it will show you diff between your current local revision and the version of the file in an older revision.
Does it help?
Sort of, thanks. :)