Re: Connecting Reviewboard DB

2016-03-21 Thread David Trowbridge
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,

Re: Review update quirk (auto reverting changes)

2016-03-21 Thread Galen Elfert
Ah, gotcha. That makes a lot of sense, and actually makes the whole implementation a lot easier, since we can just post updates using the same keywords as the original request. Thanks for clearing that up. Galen On Saturday, 19 March 2016 17:30:32 UTC-7, Christian Hammond wrote: > > Hi

Re: Connecting Reviewboard DB

2016-03-21 Thread john levin
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