Subversion commit review software?
- by Long Cheng
Is there any existing software which can help enforce code review process like below:
Dev user commit their changeset with proper comments, but the changeset does not goes into subversion repository directly, it will be pending in a "review software".
Reviewer can see all pending changesets in the "review software", review the changeset and decide whether to allow the change into the code trunk.
The dev user will receive notification either his changeset was accepted and merged into code trunk, or was rejected.