I'm setting up a Gerrit server for my team which is part of a larger IT organisation. The entire organisation uses a centrally backed up SVN server so I have no choice but to interface Gerrit and SVN. This has so far been easy enough.
I'm not sure how the changes will be committed to SVN after a commit has been approved and merged onto the gerrit master. Is it as simple as writing a 'change-merged' hook that runs 'git svn dcommit'?