vote up 1 vote down star
1

Possible Duplicate:
Best tools for code reviews

Hi All,

I want a code review tool , that is simple to use , nothing fancy and must be able to pull source or integrate with SCCS.

Could be web based or a desktop client.

I will be using this on linux. AIX would be preferable.

Code i will be reviewing is perl, but that shouldn't matter.

Is there such a tool.

Also it must be simple to install, none of that python/perl/CGI/java open source crap. I m just too tired of downloading the dependencies to install a simple web app.

flag

38% accept rate
Either you should stress some of your requirements in the title (SCCS, Linux...) or this will look like a duplicate of stackoverflow.com/questions/49906/… – Daniel Daranas Sep 15 at 8:19
i cant add tags..its says not allowed. – someguy Sep 15 at 8:26

closed as exact duplicate by Ilya Kochetov, Greg Hewgill, Nick D, ephemient, John Rasch Sep 15 at 18:14

6 Answers

vote up 1 vote down

Both FishEye and Crucible are well regarded tools to assist with code reviews.

link|flag
I tried this..did not work. I couldn't see the file contents..to put in my review comments.. this tool is fail..how can it be well regarded.. – someguy Sep 16 at 9:51
It doesn't support perl module files to review...epic fail!!! – someguy Sep 16 at 10:44
vote up 0 vote down

What IDE are you using? If you are using eclipse, Jupiter is a nice plug-in for it.

link|flag
vote up 2 vote down

None of these support SCCS directly but Crucible could be extended using its plugins and so do others

But really please look here: Question with quite a lot of good answers

link|flag
does Crucible work with SCCS? – someguy Sep 15 at 8:50
not directly (what does) but look here (plugins.atlassian.com/search/by/crucible) - you could review changes to the file system, you could create your own plugin to work with sccs natively etc. At the end of the day, CLI for SCCS is not THAT different from some of the other source control tools – Ilya Kochetov Sep 15 at 14:39
I tried crucible and like u said i added a file system SCM repository But when i actually when to do the review , even after adding file to review , I couldn't see the contents of the file to actully review.. This tool is a FAIL!!!! – someguy Sep 16 at 9:50
@IIlya, yes i found the problem. My project involves a lot of perl module..which crucible does not support..hence i could not view. – someguy Sep 16 at 10:43
1  
@someguy: what was the problem? if the perl module was just a text file, it should show up. If the syntax highlighting was wrong - that might be because the extension .pm is not recognized. But you could edit a file under the installed directory syntax/filename.map and map the extension to perl - perl syntax highlighting in fisheye and crucible is supported. – Chii Sep 30 at 13:20
show 1 more comment
vote up 0 vote down

Smart Bear Software has Code Collaborator.

You may be asking a lot to find something that runs natively on AIX.

link|flag
I managed to install it but couldn't get the trial license to use it. – someguy Sep 15 at 8:20
Smart Bear has great support, I'm sure they would be happy to help. – Greg Hewgill Sep 15 at 8:22
@Greg, I did contact them for the trial license..but no response.. Now that's great support!! – someguy Sep 16 at 5:26
vote up 1 vote down

Try Review Board

link|flag
its difficult to install. – someguy Sep 15 at 8:25
vote up 0 vote down

For open source projects, Google code has built in code review functionality. They do not, to my knowledge, offer support for private projects.

See info here: http://code.google.com/p/support/wiki/CodeReviews

link|flag

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