tags:

views:

96

answers:

1

Hi, I've seen some links on this topic, but none with our situation:

http://stackoverflow.com/questions/49906/best-tools-for-code-reviews

We use Aptana for coding and deployment, and Tortoise to put things back into SVN hosted by Unfuddle.

I'd like a simple way to do remote, asynchronous code-review -- basically going through checked in code and making comments, asking questions, etcetera.

Suggestions?

A: 

user either code striker http://codestriker.sourceforge.net/ or trac with CodeReview plugin http://trac.edgewall.org/

Moisei