Re: ReviewBoard and Oracle

2010-02-04 Thread Christian Hammond
Hi, It should be possible. We don't officially support it, but Oracle is, I believe, a supported database in Django, which Review Board is written in. What you would want to do is create a new Review Board installation using rb-site and select sqlite as the database type. Then, once you've

Re: Unable to find a Review Board server for this source code tree

2010-02-04 Thread Stodge
Thanks - I deleted my original post as I managed to get it working. :) On Feb 3, 4:12 pm, Christian Hammond chip...@chipx86.com wrote: Not sure if you solved this yet, but basically, you want a .reviewboardrc file that points to the server. There's some information on setting this up here:

Re: Django auth backend vs. ReviewBoard custom auth

2010-02-04 Thread Stephen Gallagher
I have specified 'fedora.django.auth.backends.FasBackend' in the custom auth field. Once I hit Save, I can no longer log in as ANY user, neither from the FasBackend nor the built-in admin account. I see no errors in the Apache error_log. Any advice on how to track the problem? Running in

RBTools Repository

2010-02-04 Thread Stephen Gallagher
Where can the RBTools source be checked out? I have a few contributions I'd like to make. Also, is there a repository set up in the test instance of ReviewBoard to submit RBTools patches? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user?

Re: Git patchsets

2010-02-04 Thread Dan Savilonis
post-review can actually generate any arbitrary diff, not just a diff against HEAD. Make sure you're using the latest nightly build of rbtools for this functionality. It also supports a 'parent diff' mode where you can specify a parent of your diff set such that if you are submitting a series of

Re: RBTools Repository

2010-02-04 Thread Dan Savilonis
http://github.com/reviewboard/rbtools You can submit reviews against rbtools in the same location as reviewboard reviews. Dan On Feb 4, 9:57 am, Stephen Gallagher karrde...@gmail.com wrote: Where can the RBTools source be checked out? I have a few contributions I'd like to make. Also, is

Multiple diffs per review?

2010-02-04 Thread Stodge
Am I right in thinking that a review can only refer to a single diff (where a diff may contain multiple changesets/revisions)? And uploading a new diff will replace the existing one with a newer version? If my understanding is right, we need to be able to group multiple revisions on one review.

ETA for 1.1/1.5?

2010-02-04 Thread pet...@standingwave.org
Hello. We are planning to deploy RB at work in the immediate future. It looks like the next major version should be released soon...so we're wondering if we should deploy 1.0.x, or wait a bit for 1.1/1.5? Is there an estimated release date? Thanks! -Pete -- Want to help the Review Board

Re: Git patchsets

2010-02-04 Thread Dan Savilonis
See the Distributed Version Control Systems section of: http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/ It's definitely available, and I believe it should work with git in 1.0.5.1, but TBH I've never run the stable version of RB. In a 3 patch series, for example, you'd submit

Re: ReviewBoard Error while posting review for GIT

2010-02-04 Thread Kunjal
When I look at the error.log for Apache server, It give me this: Am I not Importing some modules? Traceback (most recent call last): File /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site- packages/Django-1.1.1-py2.5.egg/django/core/handlers/base.py, line 92, in get_response

Re: Is there anyone who has Review Board working under Ubuntu, lighttpd and git?

2010-02-04 Thread Jan Koprowski
After serve ReviewBoard under Lighttpd i get 500 page. So I know that something was wrong but I don't know what. I'am look to Lighttpd error log and see nothing useful to investigate problem. Why? Because the only way is fastcgi. When error is on fastcgi side i can only guess what is wrong. When

Error when creating New Review Request when using ReviewBoard with Git

2010-02-04 Thread shahbhat
I am trying to install ReviewBoard with a git repository, which is setup remotely. I used http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/ for installing on Ubuntu 9. I then upgraded to ReviewBoard 1.1 using $ easy_install -f

Re: Multiple diffs per review?

2010-02-04 Thread Matthew Woehlke
On 2010-02-04 10:13, Stodge wrote: Am I right in thinking that a review can only refer to a single diff (where a diff may contain multiple changesets/revisions)? And uploading a new diff will replace the existing one with a newer version? Yes. If my understanding is right, we need to be able

Re: Multiple diffs per review?

2010-02-04 Thread Stodge
Thanks. For example: r1 committed by Mike r2 committed by Mike r3 committed by Bob r4 committed by Fred r5 committed by Mike I would want to review r1, r2 and r5 in one single review, which I don't think would work in your example. On Feb 4, 6:21 pm, Matthew Woehlke

Re: RB review Process Automation

2010-02-04 Thread roshan pius
Hi Christian, I'm not able to close the review through HTTP POST, it kept returning error to login, even though i had logged in just before that. I'm using a python script with simplejson to do this. I've tried logging in as the user who submitted the review as well as the admin. But i'm not