Re: Add Repository UI Dropdown list for Repository Type empty

2012-06-11 Thread Christian Hammond
Can you try running: $ rb-site manage /path/to/site/dir shell from reviewboard.scmtools.models import Tool Tool.objects.all() And paste the results? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Add Repository UI Dropdown list for Repository Type empty

2012-06-11 Thread Chris Tooley
Be sure to check the permissions on /usr/python2.X/lib directories where the python libraries installed. (replace X with python versions, ie: 4, 6). On RHEL using easy_install means that everything gets installed as the user you run easy_install as. If you do what 99% of people do when using

Re: Add Repository UI Dropdown list for Repository Type empty

2012-06-11 Thread Dan Miller
# rb-site manage /var/www/reviews/ shell Python 2.4.3 (#1, Feb 24 2012, 13:04:26) [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2 Type help, copyright, credits or license for more information. (InteractiveConsole) from reviewboard.scmtools.models import Tool Tool.objects.all() [] Regarding

Re: Add Repository UI Dropdown list for Repository Type empty

2012-06-11 Thread Christian Hammond
It looks like either there was a problem syncing the database initially or the database was wiped. Assuming you don't have anything of value in there yet, try nuking the database and starting over. Pay close attention to any errors shown in the terminal during rb-site install. Christian On

Re: Issue 2187 in reviewboard: Add user of who closed review request

2012-06-11 Thread reviewboard
Updates: Labels: -Milestone-Release1.8 Milestone-Release1.7 Comment #6 on issue 2187 by chip...@gmail.com: Add user of who closed review request http://code.google.com/p/reviewboard/issues/detail?id=2187 (No comment was entered for this change.) -- You received this message because