My objective is to use SVN pre-commit hook to post a review request directly to reviewboard instead of committing it to repository. As second step I want that on approval of a diff it should automatically go to repository.
is that possible to do ? If yes then some pointers will be appreciated. There are lots of places where configuring post-commit is explained but I could not find anything on Google.
EDIT: Trying to elaborate the problem
So recently we have done setup for review board. We did its integration with SVN using review boards post-review hook. As soon as user commits with "publish review" string it goes to review board.
Now what I want to achieve is this
1. User commits from SVN. The change instead if going into repository should go to review board in form of diff(automatically).
2. Review should be assigned to default reviewer(for starters, later may be it can be specified in commit string)
3. Reviewer will review it. On approval that diff should be committed to repository (Automatically or Manually)