tags:

views:

497

answers:

2

Has anyone successfully used Google Code Reviews? I'm interested in using it for our code review process and setting up notifications whenever code is checked in so that it can be reviewed. I don't see many settings that allow me to set this up. Am I missing something?

+1  A: 

I have not used GCR, but I do use Atlassian Crucible, which is much the same idea.

However to answer your specific question, the code review tool is not really supposed to be notifying of commits, that should be left to the repository itself. (or, more accurately a repository browser) I don't think Google Code supports this, but maybe there is an RSS view somewhere that I missed.

Mike Miller
A: 

You might also want to consider using GitHub which allows users to add comments to specific lines of code or commits. It also provides a 'Fork Queue' list of commits that could be applied to trunk.

floehopper