Tagged Questions
12
votes
7answers
707 views
What will be the best practice for having 'reviewed' source code in a source control repository?
What will be the best way to manage reviewed source code in a source control repository?
Should the source code go through a review process before getting checked in, or should the code review happen ...
10
votes
5answers
2k views
What's the best way to review a code before it's committed to the trunk? (SVN)
What's the best way to review a code before it's committed to the SVN trunk? One idea that I am thinking of is to having the developer to commit his code to a branch and then reviewing his code while ...
5
votes
4answers
7k views
SVN code review tool
I would like to do some code review on the SVN repository used by our team.
For now, I've used Eclipse: show log on trunk, click on a revision and "Compare" to see the changes. The diff renders ...