Re: Error upgrading site from 1.5RC1 to 1.5 Stable

2010-10-12 Thread Derek Moore
Solved the issue.  I had to delete the old version and re-install.
Did the following:

easy_install --delete ReviewBoard

and then:

C:\Python25>easy_install --upgrade ReviewBoard
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Reading http://www.reviewboard.org/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Reading http://www.review-board.org/
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
Reading http://downloads.review-board.org/releases/
Best match: ReviewBoard 1.5
Downloading 
http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ReviewBoard-1.5-py2.5.egg
Processing ReviewBoard-1.5-py2.5.egg
creating c:\python25\lib\site-packages\ReviewBoard-1.5-py2.5.egg
Extracting ReviewBoard-1.5-py2.5.egg to c:\python25\lib\site-packages
Removing reviewboard 1.5rc2 from easy-install.pth file
Adding ReviewBoard 1.5 to easy-install.pth file
Installing rb-site-script.py script to C:\Python25\Scripts
Installing rb-site.exe script to C:\Python25\Scripts

Installed c:\python25\lib\site-packages\reviewboard-1.5-py2.5.egg
Reading http://downloads.reviewboard.org/mirror/
Processing dependencies for ReviewBoard
Finished processing dependencies for ReviewBoard

C:\Python25>rb-site upgrade c:\www\reviewboard
Rebuilding directory structure
Updating database. This may take a while.
There are unapplied evolutions for reviews.
Project signature has changed - an evolution is required
Evolution successful.
Upgrade complete.

On Oct 13, 10:30 am, Derek Moore  wrote:
> Hi,
>
> I'm getting the following error when after updating Reviewboard to 1.5
> and then running the rb-site upgrade command.
>
> C:\Python25>rb-site upgrade c:\www\reviewboard
> Rebuilding directory structure
> Updating database. This may take a while.
> There are unapplied evolutions for reviews.
> Project signature has changed - an evolution is required
> Unknown command: 'registerscmtools'
> Type 'rbsite.py help' for usage.
>
> Server details: Windows XP SP3, Python 2.5, MySQL database.
>
> Any help appreciated.
>
> Derek

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


Re: Error upgrading site from 1.5RC1 to 1.5 Stable

2010-10-12 Thread Christian Hammond
The registerscmtools command has been around for all of 1.5. You shouldn't
be seeing this error unless your installation was in some way messed up.

Can you try the following:

Run python.exe, and type:

   >>> import reviewboard
   >>> reviewboard.__version__

Verify that it shows (1, 5, 0, "final", 0, True)

Also try:

rb-site manage /var/www/reviewboard registerscmtools

And see what that says.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Oct 12, 2010 at 2:30 PM, Derek Moore wrote:

> Hi,
>
> I'm getting the following error when after updating Reviewboard to 1.5
> and then running the rb-site upgrade command.
>
> C:\Python25>rb-site upgrade c:\www\reviewboard
> Rebuilding directory structure
> Updating database. This may take a while.
> There are unapplied evolutions for reviews.
> Project signature has changed - an evolution is required
> Unknown command: 'registerscmtools'
> Type 'rbsite.py help' for usage.
>
> Server details: Windows XP SP3, Python 2.5, MySQL database.
>
> Any help appreciated.
>
> Derek
>
> --
> 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

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

Error upgrading site from 1.5RC1 to 1.5 Stable

2010-10-12 Thread Derek Moore
Hi,

I'm getting the following error when after updating Reviewboard to 1.5
and then running the rb-site upgrade command.

C:\Python25>rb-site upgrade c:\www\reviewboard
Rebuilding directory structure
Updating database. This may take a while.
There are unapplied evolutions for reviews.
Project signature has changed - an evolution is required
Unknown command: 'registerscmtools'
Type 'rbsite.py help' for usage.

Server details: Windows XP SP3, Python 2.5, MySQL database.

Any help appreciated.

Derek

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