vote up 7 vote down star
7

I've read a bit about Google's Mondrian, and I've seen Atlassian's Crucible demonstrated - I'm convinced that the tools have value. Are there open-source code review tools? It would be used on a proprietary codebase, so it can't be a public site or service (eg: Google Code's features include some of those of Crucible). We have released some of our libraries as open source, but by and large my employer's codebase is still closed.

flag

47% accept rate

7 Answers

vote up 8 vote down check

Check out Review Board (see here for a better review than I could give).

link|flag
vote up 4 vote down

There is Rietveld (demo), which is fork of mentioned Mondorian, written in Django (Python) and using Google App Engine, which was written for Subversion (instead of Perforce, like Mondorian), but it supports also (from what I have heard) Git and Mercurial. Then there is Gerrit (announcement), which is fork of Rietveld, which was written for Git.

link|flag
vote up 2 vote down

Review Board
Code Striker
Jupiter (site seems to be down as of this writing. Perhaps it has moved.)

link|flag
vote up 2 vote down

http://www.codeplex.com/Malevich

A perfect clone of Mondrian, but you can deploy it yourself even on a small workstation. Supports TFS and Perforce.

link|flag
vote up 0 vote down

Mondrian has been ported to Google App Engine: Rietveld. It's open source (Apache license), you can deploy it on your app-engine account, or port to vanilla Django and deploy on your own server.

link|flag
I'm looking something that I can install and use behind my company's firewall - GAE doens't allow for that, unless I'm mistaken. – Kyle Burton Sep 25 '08 at 2:39
Rietveld uses Django minus its Models (GAE has its own datastore which is not a relational database). You can adapt the code to use the database of your choice. I've seen the code, it's not that big. – Alexander Kojevnikov Sep 25 '08 at 2:43
vote up 0 vote down

Where the code being reviewed is a delta (change to existing code), a tool like WinMerge is immensely useful. I've used ClearCase cleardiff in the past, and WinMerge provides a pretty good open source equivalent.

link|flag
vote up 0 vote down

If you happen to be a Team System user (which is not open source) then you can use TeamReview which is an open source addin.

link|flag

Your Answer

Get an OpenID
or

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