views:

124

answers:

1

Has anyone come across a code review tool that integrates with Countersoft's Gemini? I don't need anything too sophisticated. We have a relatively small development team of 10. I'm not looking for yet another web app to log into, I'd like to assign code reviews tasks using Gemini (similar to the FogBugz/Kiln). We are currently using SVN/Tortoise.

+1  A: 

I do not know of one, but you should consider extending Rietveld (an open source code review tool built by Guido van Rossum, the author of Python). If Gemini has APIs, it should be pretty easy to do this.

lucas-insasho