Re: Site Migration Issues from 1.5.2 to 1.7.14

2014-03-19 Thread Bhaskar Roy
Hi Kevin, Can I know how you performed these steps. 5. Upgrade failed with a 1050 (or similar) error because it couldn't access some table. So I temporarily overrode django's default database handler to use mysql + client configs in my.cnf (only a single site will reside on this VM) via django

Re: Error: Error applying evolution: (1051, "Unknown table 'auth_message'")

2014-03-19 Thread Bhaskar Roy
Hi Kevin, I did what you said but I am on same page. Can you please provide the procedure to do migration. regards bahskar On Wed, Mar 19, 2014 at 12:38 AM, Kevin Phillips < kevin.grenville.phill...@gmail.com> wrote: > Your database dump appears incomplete. Try dumping with > --max_allowed_p

There was no repository found at the specified path (HTTP 400, API Error 205)

2014-03-19 Thread David Saltares Márquez
I have setup rbt post as a custom tool in P4 with these arguments: C:\Python27\Scripts\rbt.exe post --server http://[domain]:[port]/[path]/ -d --username=user --password=pass %C The output shows the diff of the files in my changelist but it ends up giving me this error: >>> Making HTTP GET r

Re: Site Installation Failing with database error.

2014-03-19 Thread Bhaskar Roy
Hi Christian, i am getting below error. How can i resolve. Installed /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.5.1-py2.7.egg Reading http://downloads.reviewboard.org/mirror/ Processing dependencies for ReviewBoard==1.5.1 error: Installed distribution Django 1.3.3 conflicts with require

Re: There was no repository found at the specified path (HTTP 400, API Error 205)

2014-03-19 Thread Christian Hammond
Hi David, The .reviewboardrc file is one you create. You'll want to place that in the root of the repository and commit it. If the Path field in the repository entry on Review Board doesn't perfectly match what you have locally, you'll need to set 'REPOSITORY = "..."' in .reviewboardrc to match t

Re: Site Installation Failing with database error.

2014-03-19 Thread Christian Hammond
It looks like you're trying to downgrade. You are not going to have luck with that without getting rid of every dependency that the newer version of Review Board required (and the ones that those required). I assumed you were attempting the upgrade on a different server? This is really not the th

Re: Site Migration Issues from 1.5.2 to 1.7.14

2014-03-19 Thread Kevin Phillips
The 1050 error from django was due to changes in to configuration file format. Instead of using the format: DATABASE_ENGINE = '', DATABASE_NAME='', . . . The devs changed the format to: DATABASES = { 'default' : { 'ENGINE': 'django.db.backends,mysql', 'NAME': '', 'USER': '', 'PASSWORD':

Re: Error: Error applying evolution: (1051, "Unknown table 'auth_message'")

2014-03-19 Thread Kevin Phillips
admin@remotehost1:~$ export REVIEWBOARD_DB_NAME=review admin@remotehost1:~$ mysqldump -u backup -p --max_allowed_packet=512M $REVIEWBOARD_DB_NAME > /tmp/reviewboard-`date`.sql admin@remotehost1:~$ scp /tmp/reviewboard-`date`.sql admin@remotehost2:/tmp/ admin@remotehost1:~$ scp -r /var/www/review

Re: Site Installation Failing with database error.

2014-03-19 Thread Kevin Phillips
Christian; Could he not just modify his settings_local.py to reflect to updates to the file format. The specific errors are for CACHES and DATABASES which are defined in that file. I understand Django-1.4 is not supposed to be supported. KP On Thursday, August 30, 2012 4:25:36 PM UTC-7, Chris

Re: Site Installation Failing with database error.

2014-03-19 Thread Christian Hammond
Review Board 1.5 will flat-out fail with Django 1.4. Django goes through deprecation processes in their releases, and we're using a number of things in RB 1.5 that are gone in Django 1.4, and other things that have changed. Updating settings_local.py wouldn't be sufficient. This is also true with

Re: Site Installation Failing with database error.

2014-03-19 Thread Kevin Phillips
Doh, I should have realized. Thanks for filling me in. KP On Wednesday, March 19, 2014 4:30:01 PM UTC-7, Christian Hammond wrote: > > Review Board 1.5 will flat-out fail with Django 1.4. Django goes through > deprecation processes in their releases, and we're using a number of things > in RB 1.

Unable to drop issue

2014-03-19 Thread MoonWalker
Hi, One user raised an issue during a particular review and he was not able to drop that issue. Is it because this can be done by the admin only? I am admin and I was able to see the options: Fixed and Drop, but he could not. I am using RB 1.7.21. Thx for your help guys -- Get the Review Bo

Re: Unable to drop issue

2014-03-19 Thread Christian Hammond
In 1.7.x, only the owner of the review request (and admins) can drop an issue. I'm 2.0, the person who filed the issue will be able to drop it (or reopen it). Christian On Wednesday, March 19, 2014, MoonWalker wrote: > Hi, > One user raised an issue during a particular review and he was not a

Using Powerpack

2014-03-19 Thread Dhananjay.Joshi
Hi, I have installed the trial license of ReviewBoard power pack. How to create a pdf document review using this power pack? I am not able to see anything specific to the power pack within the Reviewboard site. Please provide guidance. Regards, Dhananjay. -- Get the Review Board Power Pack a

Re: Unable to drop issue

2014-03-19 Thread MoonWalker
Thanks for the info. and looking forward to switch to 2.0 once passes the beta stage. On Thursday, March 20, 2014 2:31:03 PM UTC+11, Christian Hammond wrote: > > In 1.7.x, only the owner of the review request (and admins) can drop an > issue. > > I'm 2.0, the person who filed the issue will be a

Re: Error: Error applying evolution: (1051, "Unknown table 'auth_message'")

2014-03-19 Thread Bhaskar Roy
Hi Kevin, What changes I need to make for the points mentioned below line? admin@remotehost2:~$ sudo cp /var/www/reviewboard-1.7.14/conf/settings_local.py /home/admin admin@remotehost2:~$ vim /home/admin/settings_local.py (make the mentioned changes from my thread My current settings file looks

Re: Using Powerpack

2014-03-19 Thread David Trowbridge
Dhananjay, You can add PDF files to a review request with Update > Add File. These will have a "Review" link, which will open up the PDF review UI. -David On Wed, Mar 19, 2014 at 8:38 PM, wrote: > Hi, > > > > I have installed the trial license of ReviewBoard power pack. How to > create a pdf