up vote 6 down vote favorite
6
share [g+] share [fb]

Our team is looking to start utilizing a code review tool. I have used many in the past and I am very fond of a few options that are available for SVN.

However, we are using Team Foundation Server for source control and I have found there to be a real lack in options. So far, through searching, I have found SmartBear's Code Collaborator and an open source project http://malevich.codeplex.com/

Ideally, there would be a tool like: http://www.atlassian.com/software/crucible/

that would tie in to TFS. Any suggestions?

link|improve this question

78% accept rate
feedback

7 Answers

I was able to get TFS and ReviewBoard working.

http://blogs.pinet.ca/tim/2010/08/24/code-review-goodness-with-reviewboard/

Tim

link|improve this answer
feedback

You can have a look at this post explaining of to use NDepend to focus code review on what was changed since the last release:

Dramatically Leverage your Code Reviews

link|improve this answer
This is a cool tool for finding the correct changesets. But it still doesn't get around the fact that there are few options for TFS web based code review tools. – Bryan Rowe Aug 11 '09 at 13:47
feedback

This isn't really web based (unless you use the TFS web frontend) but this tool looks like it might fit your needs: TeamReview

link|improve this answer
Although it has a super ghetto UI, I think this may be worth trying. – Bryan Rowe Aug 13 '09 at 19:25
feedback
up vote 2 down vote accepted

Code Collaborator looks like the best overall product at this time.

link|improve this answer
I use it and like it a lot. – Bryan Anderson Jan 27 '10 at 19:28
feedback

It seems like support for TFS is in the process of being added to Review Board, but it's not there yet. See this thread: http://groups.google.com/group/reviewboard/browse_thread/thread/a4b039a5287d8975#

link|improve this answer
I posted in their google groups forum and it doesn't look like they are anywhere close to integrating into TFS. – Bryan Rowe Aug 11 '09 at 13:43
feedback

NDepend is very sleek tool for code reviews. It can be used for lot more than just code reviews. While I am not sure about TFS, I do know that it supports NAnt and MSBuild scripts which can be utilized for continuous integration. You can find continuous integration demo here.

link|improve this answer
feedback

You might want to try out new Code Review Tool which integrates with TFS. Currently it doesn't have VS plugin.

You can download a full featured time limited trial version to install on Windows Server.

Note: I am associated with the company that builds the above product.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.