Re: Review Board Ticket #4439: There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purpo

2016-07-06 Thread Supraja Kumaravel
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4439/ -- New update by skumaravel For Beanbag, Inc. > Review Board > Ticket #4439

Re: Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread udam . dewaraja
Awesome. That worked. Thanks! On Wednesday, July 6, 2016 at 8:20:12 PM UTC-7, Christian Hammond wrote: > > Your administrator can fix this for you by doing: > > $ rb-site manage /path/to/sitedir shell > >>> from django.contrib.auth.models import User > >>> user =

Re: Review Board Ticket #4439: There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purpo

2016-07-06 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4439/ -- New update by skumaravel For Beanbag, Inc. > Review Board > Ticket #4439

Re: Review Board Ticket #4439: There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purpo

2016-07-06 Thread Supraja Kumaravel
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4439/ -- New update by skumaravel For Beanbag, Inc. > Review Board > Ticket #4439

Re: Review Board Ticket #4439: There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purpo

2016-07-06 Thread Supraja Kumaravel
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4439/ -- New update by skumaravel For Beanbag, Inc. > Review Board > Ticket #4439

Re: Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread Christian Hammond
Your administrator can fix this for you by doing: $ rb-site manage /path/to/sitedir shell >>> from django.contrib.auth.models import User >>> user = User.objects.get(username="") >>> profile = user.get_profile() >>> profile.extra_data = {} >>> profile.save() We'll get a

Re: Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread udam . dewaraja
Nop. I can however go to the All Review Requests link and see the CRs properly. Just doesn't seem to show the current state (e.g. ship-it, comments icon etc). - My Dashboard - New Review Request - All

Going to dashboard on ReviewBoard causes this error

2016-07-06 Thread udam . dewaraja
- Exception thrown for user user123 at http://foo.bar.lan/dashboard/ argument of type 'NoneType' is not iterable Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/Django-1.6.11-py2.7.egg/django/core/handlers/base.py", line 112, in get_response response =

Re: RB, SVN, and AD

2016-07-06 Thread Christian Hammond
Hi Cathy, This is against the main MySQL database? If so, it might be because of the mixed installs (production servers are meant to run off of a Review Board site directory, which must be consistent in settings across all servers using the DB, and installed packages rather than development

Re: RB, SVN, and AD

2016-07-06 Thread Cathy Mullican
Well, I got through the first few errors (updated some symlinks and permissions), but it's still giving me a 500 when I try to load the site. Nothing in the RB log file except " - INFO - - Reloading logging settings"; nothing in the apache error or access logs, either., Not sure where to go from

Re: RB, SVN, and AD

2016-07-06 Thread Cathy Mullican
Woot; that got me fun new errors in the RB error log that I may actually be able to do something about, but probably not until late today or tomorrow (meetings). But the install and upgrade processes succeeded this time. Progress! On Wed, Jul 6, 2016 at 1:42 PM, Christian Hammond

Re: diff content information in ReviewBoard Database

2016-07-06 Thread Christian Hammond
Hi John, Easiest way, if it works for you, might be to just fetch the uploaded diff and compare. If you look at the URL for Download Diff on a review request, you'll see the kind of URL you'd need to compose. Generate a diff locally and compare that to the diff going in. Alternatively, you can

Re: RB, SVN, and AD

2016-07-06 Thread Christian Hammond
For the mysql_config issue, what you'll need is the development package for MySQL. Try: apt-get build-dep python-mysqldb This will install all dependencies needed to build that package: Python development headers, MySQL development headers, etc. Then the pip install should work. Christian

Re: Review Board Ticket #4439: There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purpo

2016-07-06 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4439/ -- New update by skumaravel For Beanbag, Inc. > Review Board > Ticket #4439

Re: RB, SVN, and AD

2016-07-06 Thread Cathy Mullican
As I said, I followed the directions to set up a virtual environment: pip install virtualenv virtualenv ~/envs/rb_krb source ~/envs/rb_krb/bin/activate install any missing dependencies (just gettext, IIRC, but it's been a few days now, and I don't see it in my command history) git clone

Re: diff content information in ReviewBoard Database

2016-07-06 Thread john levin
Hi Chris, Thanks for your reply ! We are validating the list of files in a review id and the files trying to commit in SVN (using precommit hook). But it is not a proper way.problem here is People can use the same review id and can make changes and commit to svn without updating the review.

Re: (P4) rbt post want to create new user

2016-07-06 Thread Massimiliano Scifo
In the Administrator page, select Repository and then edit your P4 repo, The Username under the Repository Information tab is the field that you need to fill for avoid that RB want to create a new user Cheers, Max Il giorno martedì 5 luglio 2016 21:08:05 UTC+1, Christian Hammond ha scritto: >

Re: rb-site upgrade fails

2016-07-06 Thread Christian Hammond
Definitely sounds like a corrupted installation of some sort. I'd try reinstalling Review Board from scratch, deleting the original package first. If that doesn't call it... something deeper might be messed up. Christian -- Christian Hammond President/CEO of Beanbag