Subversion commit review software?

Posted by Long Cheng on Stack Overflow See other posts from Stack Overflow or by Long Cheng
Published on 2010-02-01T03:42:43Z Indexed on 2010/04/02 3:53 UTC
Read the original article Hit count: 282

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about svn

Related posts about version-control