When I run rb-site upgrade /my/site I get the following:

===
Rebuilding directory structure
Updating database. This may take a while.
Creating tables ...
Upgrading Review Board from 1.6 beta 1 to 1.6 RC1
There are unapplied evolutions for sessions.
There are unapplied evolutions for accounts.
There are unapplied evolutions for reviews.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
No fixtures found.
/usr/local/lib/python2.6/dist-packages/pycrypto-2.3-py2.6-linux-
x86_64.egg/Crypto/Util/randpool.py:40: RandomPool_DeprecationWarning:
This application uses RandomPool, which is BROKEN in older releases.
See http://www.pycrypto.org/randpool-broken
  RandomPool_DeprecationWarning)
The stored evolutions do not completely resolve all model changes.
Run `./manage.py evolve --hint` to see a suggestion for the changes
required.

The following are the changes that could not be resolved:
In model reviews.DefaultReviewer:
    Field 'local_site' has been added
In model reviews.ReviewRequest:
    Field 'local_site' has been added
    Field 'local_id' has been added
In model reviews.Group:
    Field 'local_site' has been added
    Field 'incoming_request_count' has been added
    Field 'visible' has been added
    Field 'invite_only' has been added
    In field 'name':
        Property 'unique' has changed
In model scmtools.Repository:
    Field 'review_groups' has been added
    Field 'local_site' has been added
    Field 'public' has been added
    Field 'users' has been added
    In field 'path':
        Property 'unique' has changed
    In field 'name':
        Property 'unique' has changed
Error: Your models contain changes that Django Evolution cannot
resolve automatically.
===

I haven't made any modifications to the DB structure myself between
beta1 and rc1. This upgrade did also include and upgrade from django
1.2.5 to django 1.3, not sure if that effects anything. Can anyone
suggest how I would go about resolving this?



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to