Re: RB migrate and upgrade from 1.6.16 to 2.0.15

2015-05-28 Thread John McGowan
Hi Christian, Tried it there on new install, import d/b and then the upgrade. Before upgrade ID 7 existed just as you say, and after the upgrade 8 exists. Output looks similar in error to the original run. Would any further d/b dumps assist you here? # rb-site upgrade site Rebuilding

Re: RBTools 0.7.3 is released!

2015-05-28 Thread Steve
I just tested 0.7.3 and one of the bugs marked as fixed is showing a different error now. I added a comment to the bug with the new error, but I'm not sure if that will automatically reopen it or not. In some ways it's worse now because I had a workaround for the original problem, but not

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Papaswede
Ok, thank you. If I wanted to go through and fix the paths of the existing reviews, which tables, specifically, would I need to go through and look at? On Wednesday, May 27, 2015 at 12:28:40 PM UTC-4, Papaswede wrote: I upgraded ReviewBoard from 1.6.11 to 2.0.15. After doing this, I get

Re: Issue 3864 in reviewboard: rbt post //depot/path/...@r1,@r2 throws an exception in 0.7.2 and no review request gets created

2015-05-28 Thread reviewboard
Updates: Status: Confirmed Comment #4 on issue 3864 by chip...@gmail.com: rbt post //depot/path/...@r1,@r2 throws an exception in 0.7.2 and no review request gets created https://code.google.com/p/reviewboard/issues/detail?id=3864 (No comment was entered for this change.) -- You

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Christian Hammond
Hi, If svn/Repo1, svn/Repo2, etc. are all independent Subversion repositories, and not subdirectories within a larger repository, then you should have a repository entry in Review Board for each. You shouldn't target trunk, branches, etc., because those are subdirectories. When posting a

Re: RB migrate and upgrade from 1.6.16 to 2.0.15

2015-05-28 Thread Christian Hammond
Hey John, Sorry, haven't had time until now. So first, back up your database. I then want you to try this: DELETE FROM django_project_version WHERE id IN (7, 8); There's an issue that's come up a couple of times in django-evolution, which I have not been able to trace, where two entries

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Christian Hammond
Hi, Review Board was never intended to work with Subversion repository paths that point to a subdirectory. Repositories should always point to the root of the repository, because RBTools and the New Review Request page are going to try to generate paths that are relative to the root of the

Re: RBTools 0.7.3 is released!

2015-05-28 Thread Christian Hammond
Thanks, Steve, and sorry for the trouble. We'll start looking into this, and will follow up with you on the bug report. Christian  -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original

Re: RB migrate and upgrade from 1.6.16 to 2.0.15

2015-05-28 Thread Christian Hammond
Hi John, Try the process again, but instead of ID 7, try deleting ID 6. Basically, they have the same timestamp, but different content, and one is being chosen incorrectly over the other. If deleting 7 didn't fix it, 6 probably will. Christian   -- Christian Hammond -

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Papaswede
Ok, thank you. If I wanted to go through and fix the paths of the existing reviews, which tables, specifically, would I need to go through and look at? Aslo, this may be a dumb question, but I'm not the most Subversion savvy person in the world. We have our repositories set up like

Re: Is it possible to integrate Sonar Qube Review tool with Review Board.

2015-05-28 Thread David Trowbridge
There's certainly no such integration today. I'm not at all familiar with SonarQube, but if it has APIs you could probably build something using Review Board's extensions framework. -David On Thu, May 28, 2015 at 10:03 AM Narayan kumar Ch narayan@gmail.com wrote: As part of Developers' self

Re: Issue 2696 in reviewboard: Add comment missing towards the end of a review

2015-05-28 Thread reviewboard
Comment #8 on issue 2696 by issamant...@gmail.com: Add comment missing towards the end of a review https://code.google.com/p/reviewboard/issues/detail?id=2696 This is a fantastic website and I can not recommend you guys enough. Full of useful resource and great layout very easy on the

Re: RB migrate and upgrade from 1.6.16 to 2.0.15

2015-05-28 Thread John McGowan
Hi Christian, Any pointers on this problem? Thanks, John On Thursday, 21 May 2015 16:29:27 UTC+1, John McGowan wrote: Hi, I've been trying to upgrade a RB instance that got to 1.6.16 to 2.0.15 on another node (RH6.3 vs RH6.6). I've the prereq packages on: # pip freeze

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Papaswede
The URL for this one is https://vcs.ourdomain.com/svn/enrollment/trunk/4X. That isn't the root per se, but we have multiple different repositories under our svn so we point it directly at the folder we want as the root, and then when we create the reviews we use / as the base path for the

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Papaswede
Here's a screenshot of the repository configuration: https://lh3.googleusercontent.com/-XjVj3czBb1g/VWcSv6TMhPI/AL0/jCi0XFHd1kk/s1600/Change_repository___Administration___Review_Board.png On Wednesday, May 27, 2015 at 12:28:40 PM UTC-4, Papaswede wrote: I upgraded ReviewBoard from

Issue 3878 in reviewboard: command rbt status/post are hanging

2015-05-28 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3878 by akshayta...@gmail.com: command rbt status/post are hanging https://code.google.com/p/reviewboard/issues/detail?id=3878 *** READ THIS BEFORE POSTING! *** *** You must complete this form in its entirety, or your bug

Re: After upgrading to ReviewBoard 2.0.15 the existing reviews do not display the diffs correctly

2015-05-28 Thread Papaswede
Oh, and I just noticed that a few of the existing reviews still do work, but about 90% of them do not. I was clicking through some at random and found that some do show up correctly. I'm not sure what's wrong with the ones that aren't showing up. On Wednesday, May 27, 2015 at 12:28:40 PM

Is it possible to integrate Sonar Qube Review tool with Review Board.

2015-05-28 Thread Narayan kumar Ch
As part of Developers' self review, we are using Sonar Qube and Review Board for peer Review. Is there any way to integrate SonarQube with Review Board? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out