My team started using Phabricator with our SVN repository.
Ideally, everyone would follow the arc diff
-> arc patch
-> arc commit
workflow, causing nothing to be committed without going through code review.
Our old workflow was to just commit the change and send an email for a review though, so everyone is used to just committing their changes before review. Our actual workflow is is svn commit
-> arc diff
-> keep committing and diffing until CR passes.
How can I stop the repository from accepting commits that didn't go through the arc diff
-> arc patch
-> arc commit
workflow?