John,
There's no pre-written script (that I know of) for SVN, but it probably
wouldn't be too hard to create.
-David
On Mon, Mar 21, 2016 at 2:30 AM john levin wrote:
> Hi David,
>
> Thanks, Can this be utilized for SVN ?
>
> /BR
> John
>
>
> On Saturday, February 20, 2016 at 3:58:19 AM UTC+5:
Hi David,
Thanks, Can this be utilized for SVN ?
/BR
John
On Saturday, February 20, 2016 at 3:58:19 AM UTC+5:30, David Trowbridge
wrote:
>
> John,
>
> I'd suggest making use of the "approval" state. This is available through
> the API, and can be checked by a pre-commit hook. An example hook f
John,
I'd suggest making use of the "approval" state. This is available through
the API, and can be checked by a pre-commit hook. An example hook for git
can be found at
https://github.com/reviewboard/rbtools/blob/master/contrib/tools/git-hook-check-approval
By default, a review request is "appro
Hello,
I'm pretty new to ReviewBoard. The Motive of us to Create a Pre-commit hook
and block users whose review havent approved.
So is this possible to connect ReviewBoard DB in backend ? So that we can
give query and make a check in pre-commit hooks.
Or any other way to achieve this ?
/BR
Joh