If you're asking for generic code review, there are lots of tools that work with svn
. One of the most prominent is ReviewBoard.
If you're asking about a way to add commit log messages, then there's a bit of a conceptual mismatch: svn
uses atomic commits, so all the changes in a given commit get the same message.
Hank Gay
2009-07-12 22:40:48