Re: Error on 1.5 - 1.7.1 upgrade: Model 'reviews.FileAttachmentComment' already has a field named 'extra_data'

2013-03-01 Thread Steve
I can also test it on my sandbox which is currently in this state. --steve On Wednesday, February 27, 2013 12:05:31 AM UTC-8, Christian Hammond wrote: Hi again, I actually think I may have a fix for Django Evolution, but I will need volunteers to test. I'll be sending out an e-mail with

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Steve
Sorry for the long, messy output, here's what happened when I tested the fix. This is an attempt to upgrade a 1.5.5 database to 1.7.6. [root@crush]~/ReviewBoard# easy_install -U django_evolution -f http://downloads.reviewboard.org/temp/django-evolution/ Searching for django-evolution Reading

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Steve
Now I get this error: (1054, Unknown column 'reviews_reviewrequest.local_site_id' in 'on clause') Request Method:GETRequest URL:https://crush/dashboard/Django Version:1.4.5Exception Type:DatabaseErrorException Value: (1054, Unknown column 'reviews_reviewrequest.local_site_id' in 'on clause')

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Nachiketh G
Steve, The order of arguments passed to easy_install in your output is incorrect, you need to execute *easy_install -f http://downloads.reviewboard.org/temp/django-evolution/ -U django_evolution*, hope it helps! Thanks Regards, Nachiketh On Sat, Mar 2, 2013 at 1:12 AM, Steve

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Christian Hammond
Did you revert to your state before the previous test, or is this on top of the previous? It's possible the previous test will have caused a problem for this one (though unlikely). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

post-review --revision-range for clearcase uses ';' as separator not ':'

2013-03-01 Thread Jay Lawrence
My experimentation with ReviewBoard and Clearcase continues In trying to do a post-checkin review, I used the --revision-range option. According to http://www.reviewboard.org/docs/manual/1.7/users/tools/post-review/#posting-committed-code The syntax is: $ post-review

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Steve
I went back to a pristine version of the 1.5.5 database and ran rb-site again: # rb-site upgrade /var/www/reviewboard Rebuilding directory structure Updating database. This may take a while. The log output below, including warnings and errors, can be ignored unless upgrade fails.

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Christian Hammond
Hmm, longer than I'd expect, but it's a fairly big upgrade I suppose, given how old the DB is. Shame we don't have logging set up to show what it's doing. Still, no errors in the simulation stage, which is promising. Hopefully the other issue you hit won't crop up. If it does, we'll need to

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Steve
It's still sitting at the same place and appears to be stuck. I see the rb-site process in ps, but no child processes so I have no idea what it's doing. Sorry I've been more trouble than help in testing this fix. --steve On Friday, March 1, 2013 1:09:10 PM UTC-8, Christian Hammond wrote:

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Steve
It's a MySQL database. I was able to migrate the same database to 1.6 with no difficulty. I'll give it another try later after my head clears a bit to make sure I'm not doing something goofy. --steve On Friday, March 1, 2013 1:38:21 PM UTC-8, Christian Hammond wrote: Yeah that sounds stuck.

reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread WW Li
I keep getting these errors when we upload bazaar diff [Fri Mar 01 21:56:42 2013] [warn] return format.open(transport, _found=True) [Fri Mar 01 21:56:42 2013] [warn] File /usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py, line 1499, in open [Fri Mar 01 21:56:42 2013] [warn] return

Re: reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread WW Li
It seems I got this error every a few minutes Error opening file for reading: Permission denied Error opening file for reading: Permission denied Error opening file for reading: Permission denied Error opening file for reading: Permission denied Error opening file for reading: Permission denied

Re: reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread Christian Hammond
Hi, This is coming from bzrlib. Sounds like it's trying to reach *something* and can't view it. Perhaps a local clone of the repository? If you're using SELinux, try turning that off. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc.

Re: reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread WW Li
I amusing ubuntu12.04 On Friday, March 1, 2013 2:23:05 PM UTC-8, Christian Hammond wrote: Hi, This is coming from bzrlib. Sounds like it's trying to reach *something* and can't view it. Perhaps a local clone of the repository? If you're using SELinux, try turning that off. Christian

Re: Database upgrade issues - Possible fix

2013-03-01 Thread Steve
Well, sometimes procrastination pays off. When I came back to my session, I saw this: Evolution successful. --- end log output --- Resetting in-database caches. Upgrade complete! The location of static media files (CSS, JavaScript, images) has changed. You

Re: post-review setting for bazaar

2013-03-01 Thread WW Li
I ran post-review in debug mode post-review --server=http://bzr.example.com --repository-url=bzr+ssh://usern...@bzr.example.com/bzr/path/projectname/trunk/ --debug I got this error message RBTools 0.4.3 Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] Running on

Re: post-review setting for bazaar

2013-03-01 Thread WW Li
I ran post-review in debug mode post-review --server=http://bzr.example.com --repository-url=bzr+ssh:// usern...@bzr.example.com/bzr/path/projectname/trunk/ --debug I got this error message RBTools 0.4.3 Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] Running on

error when click 'create new request' for bazaar

2013-03-01 Thread WW Li
[Fri Mar 01 23:06:58 2013] [warn] File /usr/lib/python2.7/dist-packages/bzrlib/smart/client.py, line 72, in call_expecting_body [Fri Mar 01 23:06:58 2013] [warn] method, args, expect_response_body=True) [Fri Mar 01 23:06:58 2013] [warn] File

Re: Issue 2917 in reviewboard: Invalid diffs generated by post-review for local GIT to remote SVN

2013-03-01 Thread reviewboard
Comment #1 on issue 2917 by lstill.h...@gmail.com: Invalid diffs generated by post-review for local GIT to remote SVN http://code.google.com/p/reviewboard/issues/detail?id=2917 Expected: The review is posted with the diff successfully (and the format of the diff is correct.) - Fixed

Issue 2918 in reviewboard: Group reviews across multiple repositories

2013-03-01 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2918 by scherere...@gmail.com: Group reviews across multiple repositories http://code.google.com/p/reviewboard/issues/detail?id=2918 *** For customer support, please post to reviewbo...@googlegroups.com *** If you

Re: Issue 100 in reviewboard: Allow for reviews based on an existing committed revision in the web UI

2013-03-01 Thread reviewboard
Comment #25 on issue 100 by drmalo...@gmail.com: Allow for reviews based on an existing committed revision in the web UI http://code.google.com/p/reviewboard/issues/detail?id=100 This bug is years old now, has it been included in any existing release? -- You received this message because

Re: Issue 750 in reviewboard: My Reviews option in dashboard

2013-03-01 Thread reviewboard
Comment #6 on issue 750 by vernmcgeo...@gmail.com: My Reviews option in dashboard http://code.google.com/p/reviewboard/issues/detail?id=750 If I can pile on ... (BTW I am more than tempted to say this should be the default view) ... One of the tasks I have is reporting review statistics