Using the latest nightlies installed with easy_install I'm noticing that
our svn repository isn't displaying diffs properly. This showed up after a
branch was renamed so that could be the cause of the problem. A quick fix
is just to comment out line 53 in
"/usr/lib/python2.5/site-packages/ReviewBoard-1.0alpha2.dev_20090203-py2.5.egg/reviewboard/diffviewer/views.py"
The traceback mentions "settings" not having an attribute AJAX_SERIAL.
What steps will reproduce the problem?
1. Rename a branch in an svn repository
2. Attempt to view a diff on that repository
3. Diff viewer will be unable to load diff
What operating system are you using? What browser?
Ubuntu Linux 8.10, Firefox 3.0.5
Let me know if you need any more information.