Hi,

Review Board does not write to repositories, intentionally. There's a lot
of different setups out there for repository authentication and ownership,
and we've opted not to try to support them all. (We are still evaluating it
for certain services down the road.)

What you can do, though, is write an extension or make use of webhooks to
perform the commits in your own script. You can listen for review publishes
and check the "approval" flag on the review request payload before deciding
to land. Or with an extension, you can even add custom UI to trigger your
commit logic.

If you want to control what constitutes approval for commit, you'll
probably want to look into the ReviewRequestApprovalHook:
https://www.reviewboard.org/docs/manual/2.5/extending/extensions/hooks/review-request-approval-hook/

Christian

-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

On Tue, Feb 14, 2017 at 11:47 PM, Dhruv Paranjape <lord.dh...@gmail.com>
wrote:

> I am currently working on integrating reviewboard with my teams svn
> repository(custom server). Does review board have like a commit hook
> capablities or something that can commit to svn after an x number of ship
> it votes come in.
> This is based on a pre-commit workflow that I want to have which will
> enforce a commit only on review completion.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to