I'm definitely hitting the latest django-evolution. I've verified this
by running the manage.py script with python -v and verifing the import
path and also I have experimented to get various revisions of django-
evolution. Nothing works.

Has anyone confirmed evolution of ReviewBoard database works when
using MySQL and changing field unique to false?

On Oct 3, 1:47 pm, "Christian Hammond" <[EMAIL PROTECTED]> wrote:
> Make sure you don't have a stale system-installed version in your python
> path. I'll look into it to make sure it didn't break again, though at first
> glance it doesn't appear to be.
>
> Christian
>
> --
> Christian Hammond - [EMAIL PROTECTED]
> VMware, Inc.
>
>
>
> On Fri, Oct 3, 2008 at 10:16 AM, mary <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > In attempting to upgrade our ReviewBoard server to the latest and
> > greatest I'm running into errors running db evolutions 'Property
> > 'unique' has changed'. (see errors below)
>
> > In previous posts it suggests this problem has been fixed however, I
> > have updated Django to revision (#8960 = r1.0), Django-Evolution to
> > the trunk/head, and reviewboard to the trunk/head (as of 10/2/08).
>
> > What am I missing?
> > Running CentOS 5.0, Apache 2.2.3, and MySQL 5.0.
>
> > [reviewboard]$ sudo ./manage.py syncdb
> > Project signature has changed - an evolution is required
> > Project signature has changed - an evolution is required
> > Installing json fixture 'initial_data' from '/usr/lib/python2.4/site-
> > packages/reviewboard/scmtools/fixtures'.
> > Installed 6 object(s) from 1 fixture(s)
> > [reviewboard]$ sudo ./manage.py evolve --execute
> > 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.Comment:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.Group:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.Screenshot:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.Review:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.ReviewRequestDraft:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.ReviewRequest:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.DefaultReviewer:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model reviews.ScreenshotComment:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model sessions.Session:
> >    In field 'session_key':
> >        Property 'unique' has changed
> > In model admin.LogEntry:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model sites.Site:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model auth.Message:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model auth.Group:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model auth.User:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model auth.Permission:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model scmtools.Tool:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model scmtools.Repository:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model contenttypes.ContentType:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model accounts.Profile:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model accounts.ReviewRequestVisit:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model django_evolution.Evolution:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model django_evolution.Version:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model diffviewer.DiffSet:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model diffviewer.DiffSetHistory:
> >    In field 'id':
> >        Property 'unique' has changed
> > In model diffviewer.FileDiff:
> >    In field 'id':
> >        Property 'unique' has changed
>
> > Thanks!
> > Mary- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to