Re: Upgrading from 1.6.8 to 2.x

2016-03-23 Thread Christian Hammond
Hi Michael, Absolutely. For one-off database repairs, we charge $200 USD/hour for the repair. As I mentioned, this usually takes no more than 2 hours, sometimes upwards of 3, but we have a lot of experience at this point in correcting these issues once we get our hands on things. What we then

Re: Upgrading from 1.6.8 to 2.x

2016-03-23 Thread Michael Lund
Thank you, Christian. Could you please send me some details about the fees involved so that I can present to my management? Mike On Saturday, March 19, 2016 at 6:37:14 PM UTC-6, Christian Hammond wrote: > > Hi Michael, > > I've seen this error before, and it's always been due to a prior

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-23 Thread David Trowbridge
For perforce, we really don't have support for the second style of diff--everything should be the first (with the file revision included, rather than a timestamp). How did you end up with a diff file that has both styles in it?? -David On Wed, Mar 23, 2016 at 2:08 AM Subodh Konhor

Provision RB 2.5 using Puppet

2016-03-23 Thread Yarden Bar
Hi All, I've written a Puppet recipe to install RB. My problem is that the RB database (MariaDB) is already populated and the 'rb-site install' command results with an error: Creating administrator account ... Traceback (most recent call last): File "/usr/local/bin/rb-site", line 11, in

Re: rbt post fails for huge diff and "rbt post --diff-filename=" also fails

2016-03-23 Thread Subodh Konhor
Hi David, You are right. parse_diff_header is parsing the header incorrectly. I can state from a perforce diff point of view that it is incorrect. Reviewboard server code needs to be fixed Scenario: reviewboard/diffviewer/parser.py +169 def parse_diff_header if linenum + 1 < len(self.lines)