Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-10-04 Thread D Krueger
The carriage returns in the settings fields of django_project_version were indeed the problem. I converted all cr/lf pairs to lf and the upgrade worked perfectly. Thanks for the help. On Oct 1, 4:52 pm, D Krueger wrote: > I've tracked down the source of the problem, but I don't know of a > solut

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-10-01 Thread D Krueger
I've tracked down the source of the problem, but I don't know of a solution (if there is one). I invoked rb-site on the test site we created when first testing 1.0.5. It worked perfectly. So I started using pdb to investigate where rb-site was failing on our standard site, which led me to: djan

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-10-01 Thread Stephen Gallagher
On Sep 30, 11:23 am, D Krueger wrote: > This is on Fedora 10 with Django 1.1.1. Just as an aside, you know that Fedora 10 was declared end-of-life in December of last year, right? It's not a safe platform to deploy any server on, as it no longer receives security patches or bugfixes. On Fedora

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread Christian Hammond
You didn't. Sorry, I thought it would have outputted something different there. Well, something is installed wrong, and it's hard to say what off-hand, but I would suspect either Djblets or Django is not installed correctly with the right version and right Python version. Can you do this: $

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread D Krueger
I'm sorry, I must be missing something. Here is what I did and the output produced: $ sudo rb-site manage /srv/rb/review syncdb There are unapplied evolutions for diffviewer. There are unapplied evolutions for reviews. There are unapplied evolutions for scmtools. [!] Unable to execute the manager

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread Christian Hammond
It needs to be the command I pasted. Running just rb-site won't help to debug it. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Sep 30, 2010 at 3:06 PM, D Krueger wrote: > The full output is: > Upgr

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread D Krueger
The full output is: Upgrading Review Board from 1.0.5 to 1.5 RC2 There are unapplied evolutions for diffviewer. There are unapplied evolutions for reviews. There are unapplied evolutions for scmtools. [!] Unable to execute the manager command syncdb: No module named fields On Sep 30, 5:27 p

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread Christian Hammond
What happens if you `rb-site manage /path/to/site syncdb` ? Can you see a full backtrace? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Sep 30, 2010 at 2:05 PM, D Krueger wrote: > On Sep 30, 4:38 pm

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread D Krueger
On Sep 30, 4:38 pm, Christian Hammond wrote: > How did you install Review Board? I used easy_install to do the installation. > What version of Djblets do you have installed? The installation upgraded Djblets to 0.6.4. > On Thu, Sep 30, 2010 at 8:23 AM, D Krueger wrote: > > I'm trying to upgr

Re: Upgrade problem 1.0.5 to 1.5 RC2

2010-09-30 Thread Christian Hammond
How did you install Review Board? What version of Djblets do you have installed? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Sep 30, 2010 at 8:23 AM, D Krueger wrote: > I'm trying to upgrade my R