our team uses Subversion as a source code repository and Crucible (2.10) for code reviews. We'd like to follow pre-commit code review approach using patches. However we found it's impossible to do iterative reviews, since every new patch creates separately, preventing us from viewing diffs between them. I read docs, researched it on this forum and web, however couldn't find an answer. The closest I found was: How do I upload an iterative pre-commit patch to Crucible? , however they use Mercurial, which is different from SVN and doesn't work for us. Please assist here.
Finally solved by updating to a newer version. Iterative pre-commit reviews magically appeared.