Re: diff content information in ReviewBoard Database

2016-07-13 Thread john levin
Hi Chris, I'm trying to download the diffs in my linux server (where svn server installed to validate in pre-commit) via wget but i'm getting the html files only. Any suggestions ? Also i guess i should try the API's. Can you please let me know how to utilize the API's. I have no idea about

Re: diff content information in ReviewBoard Database

2016-07-13 Thread Christian Hammond
Hi John, We fetch the files from the repository, which may be slightly different from what you have in your tree locally (many repositories alter things like encodings/line endings to match the local environment when checking out files). We may then make other changes (our own encoding/line

Re: diff content information in ReviewBoard Database

2016-07-13 Thread john levin
Hello Team, Could someone reply if you have gone through the below issue. ~John On Tuesday, July 12, 2016 at 12:13:46 PM UTC+5:30, john levin wrote: > > Hi Chris, > > Thanks. Now, i'm trying to validate with the stored diffs. I could see > there are two sha's available for each file in a

Re: diff content information in ReviewBoard Database

2016-07-12 Thread john levin
Hi Chris, Thanks. Now, i'm trying to validate with the stored diffs. I could see there are two sha's available for each file in a review id 1. "orig_sha1" 2. patched_sha1. may i know how it was generated? I tried with sha1sum in linux but the values mismatch. Appreciate your response. Thanks.

Re: diff content information in ReviewBoard Database

2016-07-08 Thread john levin
Hi Chris, The extra_data column in diffviewer_filediff table has the info but not for all. for some rows it has "patched_sha1" and for some rows it has info like{"raw_insert_count": 0, "raw_delete_count": 1}. Unfortunately it doesnt helps. anywhere it stores the "patched_sha1" info for each

Re: diff content information in ReviewBoard Database

2016-07-07 Thread Christian Hammond
We don't support database access outside of using the API or through our Python modules in Review Board (as part of our extensions). It's doable, but it's not something we want to encourage. If you absolutely need to, it's stored as serialized JSON data in the diffviewer_filediff table. You'll

Re: diff content information in ReviewBoard Database

2016-07-06 Thread Christian Hammond
Hi John, Easiest way, if it works for you, might be to just fetch the uploaded diff and compare. If you look at the URL for Download Diff on a review request, you'll see the kind of URL you'd need to compose. Generate a diff locally and compare that to the diff going in. Alternatively, you can

Re: diff content information in ReviewBoard Database

2016-07-06 Thread john levin
Hi Chris, Thanks for your reply ! We are validating the list of files in a review id and the files trying to commit in SVN (using precommit hook). But it is not a proper way.problem here is People can use the same review id and can make changes and commit to svn without updating the review.

Re: diff content information in ReviewBoard Database

2016-07-05 Thread Christian Hammond
Hi John, Can you describe the use case more? There are many possible answers, depending on what you're trying to do. Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Tue, Jul 5, 2016 at 10:32 AM,

diff content information in ReviewBoard Database

2016-07-05 Thread john levin
Could someone pls reply. -- 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