rb-site install fails

2012-03-30 Thread magnus
Hi, We are using CentOs 6 and are trying to setup Reviewboard. Our setup is: MySql Apache2 mod_wsgi memcached when running 'rb-site install /var/www/html/rb/' it seems like the installation is successful. We get the reviewboard to show up in the browser and we can login/create users and such.

Re: rb-site install fails

2012-03-30 Thread Christian Hammond
Hi Magnus, Django just released their version 1.4, which breaks Review Board 1.6. You can work around this by deleting the installed Django-1.4 directory in your Python's site-packages directory, and then do: easy_install Django==1.3.1 I'll be doing a release tonight that addresses this.

[Errno 13] Permission denied when adding bazaar repository

2012-03-30 Thread Jasper
I am trying to add a bazaar repository to reviewboard, but get this error message: Permission denied: /[path-to-project]/.bzr/branch-format: [Errno 13] Permission denied: u'[path-to-project]/.bzr/branch-format' Our bazaar repository is accessed via a NFS mount. When I cat the branch-format

Re: rb-site install fails

2012-03-30 Thread magnus
Here is the version information: # pip freeze Warning: cannot find svn location for flup==1.0.3.dev-20110405 Django==1.4 Djblets==0.6.16 MySQL-python==1.2.3c1 PIL==1.1.6 PyGreSQL==3.8.1 Pygments==1.5 ReviewBoard==1.6.4.1 SSSDConfig==1 cas==0.15 distribute==0.6.10 django-evolution==0.6.5

Re: rb-site install fails

2012-03-30 Thread Christian Hammond
If you upgrade to Review Board 1.6.5 (just now released), it should work better. You'll need to re-create your site. If you still have trouble, delete your Django 1.4 install and try again. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware,

Review Board 1.6.5 released

2012-03-30 Thread Christian Hammond
Hey everyone, Review Board 1.6.5 is out. It has a couple bug fixes, but mainly fixes installation issues now that Django 1.4 is out. See http://www.reviewboard.org/news/2012/03/30/review-board-165-released/for more info. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: rb-site install fails

2012-03-30 Thread magnus
Hi Christian, Thanks a lot for the information. We downgraded Django and did the installation again but we ran into problems with the SCMTool handler. We managed to solve it by downgrading the pycrypto to 2.3 (2.5 didnt work and 2.4 had problems compiling). Now we have an up-and-running

rb-site install with traceback information

2012-03-30 Thread Gary
Hello, After installation I tried to create a site with rb-site install, but got the following message. OS: CentOS 6, Python 2.6.6, easy_install reviewboard. load mod_wsgi in apache. Anyone has idea what is missing? Gary Creating table auth_group Creating table auth_user_user_permissions

Re: rb-site install with traceback information

2012-03-30 Thread Christian Hammond
Hi Gary, You need to delete your site and the Django-1.4 directory and upgrade to Review Board 1.6.5. That should fix the problem. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Mar 30, 2012 at 2:00

Re: rb-site install fails

2012-03-30 Thread Christian Hammond
Glad it works! Do you have any info on what the failures were for 2.4/2.5? Also, what version of Python? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Mar 30, 2012 at 3:41 AM, magnus

rb-site install /var/www/rb failed

2012-03-30 Thread muiz lee
dear all, I install RB in CENTOS 6 using mysql and cvs, when i run rb-site install command then get the folling error messages: [root@localhost www]# rb-site install /var/www/rb Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module from pkg_resources import

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Donovan Sydow
This usually means you are missing a required package to install pycrypto. Try installing gcc and build-essential via yum. You can then manually install pycrypto: wget http://downloads.reviewboard.org/mirror/pycrypto-2.4.tar.gz tar -zxf pycrypto-2.4.tar.gz cd pycrypto-2.4 python setup.py install

How to upload diff file on reviewboard with perforce

2012-03-30 Thread Steven
Hi, I am beginner with ReviewBoard. So far, I've established ReviewBoard with 1.6.4.1 and integrated with Perforce. Currently, I want to try code review process with ReviewBoard. When creating new review request, I don't know what kind of diff file can be upload on ReviewBoard ? How to

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Muiz
Thanks for your quickly reply! I install pycrypto 2.4 already, but I can not file build-essential package via yum. and the a new error: [root@localhost www]# rb-site install /var/www/rb Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module from pkg_resources

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Muiz
Donovan, it doesn't matter. You have help me to resolve pycrypto problem, well done. :) Thanks very much! On Sat, Mar 31, 2012 at 10:49 AM, Donovan Sydow dono...@gogii.net wrote: Sorry I am on ubuntu, and that is an essential package for compiling. Manually installing pycrypto worked for my

Re: rb-site install /var/www/rb failed

2012-03-30 Thread xiangfeng shen
Dear Muiz, For PIL, you should install it by commad: sudo yum install PIL. I really encounter libgcrypt install issue, which I'd suggest install the crypt develop by yum command or setuptools for pycrypto, such as: sudo yum install libgcrypt-devel sudo easy_install pycrypto regards. carl shen

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Muiz
Dear carl shen, No package PIL available via yum, I use easy_install to install PIL already and use command rb-site install /var/www/rb to install the RB. Thanks very much, guys!!! On Sat, Mar 31, 2012 at 11:11 AM, xiangfeng shen xiangfeng.s...@gmail.comwrote: Dear Muiz, For PIL, you

Issue 2559 in reviewboard: Replying inlne to a review comment should be in direct response to the comment

2012-03-30 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 2559 by sbress...@gmail.com: Replying inlne to a review comment should be in direct response to the comment http://code.google.com/p/reviewboard/issues/detail?id=2559 I assume this must have already been filed, but I