I'm looking a way to create a code review on a whole project/branch, independently if the files that has been modified and the usual revisions paradigm.
Basically, I want a review without diffs that will present the latest version of the code including files unchanged for months/years, or even not changed at all (in a given branch, so identical from the trunk from where it was copied).
I'm using SVN with the usual trunk/tags/branches standard.
Thanks,
svn checkout URL WC_PATH
. – Netherlands