1315: Can not "rb-site upgrade /path/to/reviewboard"

TAKAHASHI**********@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 22, 2009
- What version are you running?
1.0.2

- What's the URL of the page containing the problem?
Entire sytem

- What steps will reproduce the problem?
1. easy_intall -U Reviewboard
2. rb-site upgrade /path/to/reviewboard
3.

- What is the expected output? What do you see instead?
"rb-site upgrade" finishes correctly.

There are unapplied evolutions for diffviewer.
There are unapplied evolutions for diffviewer.
Project signature has changed - an evolution is required
Project signature has changed - an evolution is required
Error: Failed to find an SQL or Python evolution named filediff_filenames_1024_chars.py


- What operating system are you using? What browser?

OS: CentOS release 5.2 (Final)

- Please provide any additional information below.

It works for me now. I've tried following steps and it works.
1) Change a line as follows.
    site-packages/ReviewBoard-1.0.2-py2.4.egg/reviewboard/diffviewer/evolutions/__init__.py
    3:    'filediff_filenames_1024_chars.py',   => 'filediff_filenames_1024_chars',
2) Version up Django to 1.1
    easy_install -U Django
3) And regular update procedures.
chipx86
#1 chipx86
It seems you may have grabbed the update just at the wrong time. There was a broken
update just around 12AM PST (roughly 3 hours ago) that was fixed about 25 minutes
later. I just checked the .egg and it looks like the version up there now references
the right file. Can you confirm?
  • +NeedInfo
#2 TAKAHASHI**********@gmai***** (Google Code) (Is this you? Claim this profile.)
Hi chipx86, 
I understood your circumstances. I've checked the .egg and it looked correctly.
BTW, I could not find required Django version in documentation area. Do you write the specific version in your 
install guidance?

Anyway, thank you for your quick response!
david
#3 david
What version do you have? You should have either Django 1.0.3 or 1.1
chipx86
#4 chipx86
This is fixed now.
  • -NeedInfo
    +Fixed