API to submit single comments within a review?

2009-11-12 Thread talkaboutquality
Review Board looks great, and we're considering deploying it for our project, but I would like to be able to submit comments from outside Review Board / web -- programmatically from an IDE plug-in (that I would write) which knows the filename, line number, and text of a single review comment on th

Re: ReviewBoard Installation on Windows

2009-11-12 Thread Akhilesh
Assuming you provided "/reviewboard/" during rb-site install, you can do following:- 1. ..\Apache2.2\conf\httpd.conf enable Virtual hosts by removing # from Include statement. # Virtual hosts #Include conf/extra/httpd-vhosts.conf 2. Copy-past content of \conf\apache-modpython.conf into ..\Apach

Integrated authentication with Active Directory

2009-11-12 Thread Akhilesh
I'm having some trouble setting up integrated authentication with AD. Here is what I have done- 1. joined VM hosting ReviewBoard site to company.com 2. From Admin menu, set "Authentication method" = Active Directory 3. Set domain name = Company.com 4. installed python_ldap-2.3.7-py2.5.egg-info Wh

Re: Apache hangs upon post-review

2009-11-12 Thread Oliver Jones
Did you figure out what the problem was here. We have the same issue. Running Apache on Windows 2003, with mod_python and clearcase. Regards On Oct 24, 2:22 am, James wrote: > Per an earlier thread I'm trying to get Review Board working on > aWindowsmachine > with ClearCase integration.  I'v

2. import os, _lucene : Exception Value: DLL load failed: The specified module could not be found.

2009-11-12 Thread Akhilesh
I enabled Search in review board site but seeing following error when I search. I verified that _lucene.pyd is present under c:\python25\lib \site-packages\lucene-2.4.0-py2.5-win32.egg\lucene I did indexing as well: C:\>rb-site manage C:\reviewboardsite index -- --full Creating Review Request I

Re: 2. import os, _lucene : Exception Value: DLL load failed: The specified module could not be found.

2009-11-12 Thread Akhilesh
Never mind, Re-installing PyLucene fixed the issue magically. C:\>easy_install http://pylucene-win32-binary.googlecode.com/files/lucene-2.4.0-py2.5-win32.egg -Akhilesh On Nov 12, 7:41 pm, Akhilesh wrote: > I enabled Search in review board site but seeing following error when > I search. I ve

Re: Apache hangs upon post-review

2009-11-12 Thread Christian Hammond
Which version of Review Board is it? Can you reproduce this with every change? You can try running post-review --output-diff to see if the diff looks correct. Christian On Thursday, November 12, 2009, Oliver Jones wrote: > > Did you figure out what the problem was here.  We have the same > iss