Help Installing in a directory, not a subdomain

2010-02-16 Thread danielc
Right now, Accessing: http://server/reviews/ redirects to: http://server/reviews/dashboard/ which gives a 403 forbidden error (not a a 404 not found error) Setup: Apache 2.2.4 Python 2.5.4 mod_python 3.3.1 MySQL-python 1.2.2 pysvn 1.7.0 This is the apache-modpython.conf which was generated:

Re: Question about pylucene support

2010-02-16 Thread Christian Hammond
Hi Dana, I believe the 2.9.x and 3.0 releases are incompatible. I'm going to try to get our PyLucene support to work with all 2.x and 3.x for Review Board 1.5 beta 2. I know that the 2.3.x releases work. I would imagine 2.4.x also works, but I have not tried it. Christian -- Christian Hammond

Question about pylucene support

2010-02-16 Thread Dana Lacoste
OK, so what version of pylucene is supported with ReviewBoard? Putting issue 1449 together with review 1344 OK, I still don't know. http://code.google.com/p/reviewboard/issues/detail?id=1449 http://reviews.reviewboard.org/r/1344/ I suppose I'm going to try to remove pylucene 3.0.0-

Re: Blog Post on Review Board

2010-02-16 Thread Christian Hammond
Thanks! Good post :) Added to the blog post list on the website. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Feb 16, 2010 at 12:54 PM, Aaron Oliver wrote: > Hi, > > I just posted on Review Board's

Blog Post on Review Board

2010-02-16 Thread Aaron Oliver
Hi, I just posted on Review Board's awesomeness: http://www.codesoftly.com/2010/02/death-to-code-review-meetings-use-review-board.html Thanks, Aaron -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.o

Real-world ReviewBoard deployment tricks

2010-02-16 Thread Stephen Gallagher
On 02/16/2010 01:48 AM, Jan Koprowski wrote: > Muhamed! > > I integrate ReviewBoard using server side "git hooks" (but every > popular SCM can do that). This is not hard to write something like > that. > I guess You want to change state of "issue" in Redmine when code go to > the ReviewBoard and

Re: reviewboard and clearcase problem

2010-02-16 Thread eeiths
i've got a bit further with this...it looks like the tool.file_exists(filename, revision) on the server side fails It tries to parse a file name form the clearcase extended name i.e. the one with the versions and @@ char sequences included in the path. e.g Y:/wran_cm_cms/@@/main/22/src/@@/main/3/co