I want to be able to do a peer code review with Subversion, but what's the easiest way to do this without installing a server application or paying for an online service?
PS: This is a .Net project in Visual Studio.
|
5
|
I want to be able to do a peer code review with Subversion, but what's the easiest way to do this without installing a server application or paying for an online service? PS: This is a .Net project in Visual Studio.
|
|||
|
|
|
If you are using Eclipse, I recommend the Jupiter plugin. |
||||||
|
|
|
I actually figured out another easier way to do this. Creating the Diff Pack
Viewing the Diff Pack Against Local Changes
Viewing the Raw Changes
|
||
|
|
|
|
You should set up trac, it has integration with subversion and has a peer review plugin on trac hacks. This will give you the ability to keep trac of code reviews easily without having to manually do diffs. Also, if trac/peer review plugin is to much overhead for you... VMWare is developing a code review application that is completely open source here. |
||
|
|
|
|
If you are using TortoiseSVN, you should open the Log from the root of the branch you are reviewing. Select the revision in the top pane, and the bottom pane will list all the files that have changed. I haven't used it for a while, but you should be able to view the diffs of the changes on the files that changed in the revision. |
||
|
|
|
|
Can the developers sit together? Can they do pair programming? If they can, you won't need a tool. :-) Kind Regards |
||
|
|
|
I would say to look at this posting. I personally like Rietveld myself. |
||
|
|
|
|
Use the TortoiseDiff, put it on a big screen with everybody sitting around the screen and start mapping changes to requirements. That will be great but if they are all together all the time, just make them (or you) do peer reviews frequently and no code review will be needed except that you want to get everybody on the same page. |
||
|
|
|
|
Why you want to connect the review process with your IDE ? |
||
|
|
|
|
I'll recommend 'CodeReviewer' from SmartBear Software. It's not free, but I think it does its job quite well for its bucks. http://www.smartbearsoftware.com/codecollab-codereviewer.php |
||
|
|
|
|
Check out Codestriker -- it's free and open source. We've been using it for several years and it has great integration with svn. |
||
|
|
|
|
The code review plugin for Trac is really nice. Actually the whole source code integration piece for Trac is nice. Check it out, you won't be disappointed. |
||
|
|
|
|
What are the steps need to get Peer Review Icon in trac after successfully install? -- Ramesh |
||
|
|