Error while rb-site install

2010-07-06 Thread Dhanabalan
Hello, After I have passed all the information on rb-site install /var/www/ reviews.in.db.com, I am getting the below error: * Installing the site... Building site directories ... OK Building site configuration files ... OK /usr/lib/python2.4/site-packages/Django-1.2.1-py2.4.egg/django/db/

Error uploading diff: One or more fields had errors (105) - Errors during command execution( p4 login )

2010-07-06 Thread Chidambar
I am unable to post the review. PSB. D:\ReviewBoard\toolspython post-review -d 667521 Repository info 'Path: perforce2.ges.symc.com:1666, Base path: None, Sup ports changesets: True' Generating diff for changenum 667521 p4 describe -s 667521 Processing edit of

RE: Error uploading diff: One or more fields had errors (105) - Errors during command execution( p4 login )

2010-07-06 Thread Dana Lacoste
It looks like you're having a server-side Perforce issue. Basically, the review board server has to be able to talk to Perforce (not just the client-side) and it's having a login issue. So you can run p4 commands and it's working fine, but the server is unable to do so. You should be able to

Re: Error while rb-site install

2010-07-06 Thread Christian Hammond
You need to upgrade to Review Board 1.0.9. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jul 6, 2010 at 2:42 AM, Dhanabalan dhanabal...@gmail.com wrote: Hello, After I have passed all the

Error after install on RHEL

2010-07-06 Thread Buzz
Hi, Sorry if this has been covered in the past but i don't seem to be able to find the hsolution. I have just install reviewboard on RHEL 5.5 x64. After the install I am asked Manual server updates required A recent change requires manual updates to be made on this server. After these

Re: Error after install on RHEL

2010-07-06 Thread Christian Hammond
Hi, Can you show me step-by-step how you installed Review Board? Also, some more information on your setup is needed. What version of Review Board is tihs? What version of Django? Which web server and Python module (mod_python, fastcgi, ...) Christian -- Christian Hammond -

Re: ReviewBoard with GIT

2010-07-06 Thread Sapna Vempati
I am still not able to set RB for git. This is the local path where I have a workspace. This is the copy of the main repository. To setup initially, will use this local path and not cgit (just by periodic pull of main repository, to this local path): /projects/mobcom_andrbuilds/users/reviewboard.

Re: ReviewBoard with GIT

2010-07-06 Thread Christian Hammond
Sounds like git is not in the path. If that's the error you're getting, then it's definitely not finding that in the PATH that Apache sees. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jul 6, 2010

Issue 1712 in reviewboard: Increase auth_user.username field size and allow '@' in user names

2010-07-06 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1712 by ricklei: Increase auth_user.username field size and allow '@' in user names http://code.google.com/p/reviewboard/issues/detail?id=1712 *NOTE: If you have a patch, please submit it to

Re: Issue 1712 in reviewboard: Increase auth_user.username field size and allow '@' in user names

2010-07-06 Thread reviewboard
Comment #1 on issue 1712 by chipx86: Increase auth_user.username field size and allow '@' in user names http://code.google.com/p/reviewboard/issues/detail?id=1712 Unfortunately, these are restrictions put in place by Django, and not something we have a lot of control over. At least, the

Re: Issue 1712 in reviewboard: Increase auth_user.username field size and allow '@' in user names

2010-07-06 Thread reviewboard
Comment #2 on issue 1712 by ricklei: Increase auth_user.username field size and allow '@' in user names http://code.google.com/p/reviewboard/issues/detail?id=1712 A one byte patch to accounts/admin.py would fix the '@' issue: --- accounts/admin.py 2010-07-06 13:09:40.0 +0800 +++

Issue 1713 in reviewboard: postreview.py fails with API Error 105

2010-07-06 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1713 by daniel.shiryu: postreview.py fails with API Error 105 http://code.google.com/p/reviewboard/issues/detail?id=1713 We use the pre-commit-hook from this review: http://reviews.reviewboard.org/r/822/ It uses the

Re: Issue 1713 in reviewboard: postreview.py fails with API Error 105

2010-07-06 Thread reviewboard
Comment #1 on issue 1713 by chipx86: postreview.py fails with API Error 105 http://code.google.com/p/reviewboard/issues/detail?id=1713 Neither. It looks like you didn't run 'rb-site upgrade' on your site, so there are fields missing from your database. -- You received this message because