- 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.