Is it possible to upgrade from 1.6.3 to 2.0?

2014-04-14 Thread sy
We are using v1.6.3. Is there offical method to upgrade to v2.0? Or is it possible to copy database to 2.0? Thanks, -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know

Re: Is it possible to upgrade from 1.6.3 to 2.0?

2014-04-14 Thread Christian Hammond
Hi, We recommend backing up the database and site directory no matter what you do before you attempt an upgrade. Once you've done that, just update the ReviewBoard package, run: rb-site upgrade /path/to/site Follow any additional instructions that provides. You should then be fine. Note

Re: Reviewboard not reading file locations from patch index

2014-04-14 Thread Robert Munteanu
Anyone? On Sunday, April 6, 2014 1:18:04 AM UTC+3, Robert Munteanu wrote: Hi, I'm using ReviewBoard 1.7.20 on Fedora 18 with a SVN repo. I'm trying to attach an SVN diff to a review using the RB API. I'm doing this from the eReviewboard Eclipse plugin, so I can't use post-review. The RB

Re: Migrating from sqlite3 to MySQL or PostgreSQL

2014-04-14 Thread Joe
David: When I tried this, I get the following errors: 1. rb-site manage /path/to/site dumpdb database.json Success. Database.json was created 2. rb-site manage /path/to/site loaddb database.json Interestingly it said that database.json doesn't exist, while it exists. It started running when

Re: Using Powerpack

2014-04-14 Thread dhananjayj602
David, Any updates! Regards, Dhananjay. On Friday, April 11, 2014 1:39:08 PM UTC-5, dhanan...@gmail.com wrote: David, The Powerpack trial will be ending on 19-Apr-2014? Actually it took us more than a week to get the document review patch operational (on 3-Apr-2014) on our machine. Can

integration with gitlab bug tracker

2014-04-14 Thread Володя Ковтун
Hi, I try to integrate reviewboard and gitlab, but i have some problems. 1. Is there way to create automatically issues to gitlab bug tracker while creating reviewboard comment ( set Open an issue) ? I tried to create comment with Open an issue, but only local (reviewboard) issues are

Error uplolading diff file to ReviewBoard server ( Patch didn't apply cleanly)

2014-04-14 Thread Rutwick Jain
Hello, I am facing an error while trying to post a review-request using rbt command line interface. I have the following set-up in my project. Machine A -- Clone of Git Repository Machine B -- ReviewBoard Server (version -- 1.7.22 ) My Git repostory is hosted on Github server. Machine A and

Re: How to get the issue ID

2014-04-14 Thread Christian Hammond
Review Board no longer displays the issue ID. There's no way to add it back without modifying the source code. What did you need it for? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Mon, Apr 14,

Re: Error uplolading diff file to ReviewBoard server ( Patch didn't apply cleanly)

2014-04-14 Thread Christian Hammond
Hi, Can you upgrade to RBTools 0.6 and try this instead: rbt post --server=url HEAD The new syntax is less error-prone and properly handles calculating the parent diff you'd need. By the way, if you don't pass --username or --password, it'll simply prompt you. Christian -- Christian

Re: Issue 2515 in reviewboard: Exception thrown when trying to post a review to an http basic auth backed instance of review board

2014-04-14 Thread reviewboard
Comment #4 on issue 2515 by huhu...@gmail.com: Exception thrown when trying to post a review to an http basic auth backed instance of review board http://code.google.com/p/reviewboard/issues/detail?id=2515 I use this cmd to get it passed: post-review --http-username name --http-password