Problem installing p4 python interface

2009-09-24 Thread Isaac Wagner
I am in the midst of setting up a review board instance, but hit this snag. When I try to install the python p4 bindings I get an error: # easy_install P4PythonInstaller Searching for P4PythonInstaller Reading http://pypi.python.org/simple/P4PythonInstaller/ Reading http://www.review-board.org/

Roadmap?

2009-08-12 Thread Isaac Wagner
I might have missed it, but I can't seem to find a roadmap on your web site. Is there a planned timeline for the various releases? I am anxiously waiting for some of the features coming in 2.0. Specifically, issue 421 on the bug tracking list. My users never close their review requests without

Global reviewboardrc file?

2009-04-28 Thread Isaac Wagner
I used easy_install to install post-review. I see in the docs that each user can use a .reviewboardrc file in their home directory to customize settings, like REVIEWBOARD_URL. I've only got one Review Board server and want to globally set the REVIEWBOARD_URL for all users, but don't want to have

Re: Global reviewboardrc file?

2009-04-28 Thread Isaac Wagner
a patch for this. On Tue, Apr 28, 2009 at 10:51 AM, lepton ytht@gmail.com wrote: Read the code, you will find you can put .reviewboardrc in /home then everyone can use it.(If all user's home dir is under /home directory) On Tue, Apr 28, 2009 at 09:52:32AM -0400, Isaac Wagner wrote: I used

Re: Global reviewboardrc file?

2009-04-28 Thread Isaac Wagner
VMware SCM Team From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On Behalf Of Isaac Wagner [geekyis...@gmail.com] Sent: Tuesday, April 28, 2009 6:52 AM To: reviewboard@googlegroups.com Subject: Global reviewboardrc file? I used

Trouble setting up ReviewBoard with perforce

2009-02-04 Thread Isaac Wagner
I've gone through the online documents and believe I followed everything correctly. When I set up my perforce repository in the admin section of ReviewBoard I set the path to the output of server address from doing a p4 info. In my case this looks something like perforce.mydomain.com:1666.

Re: Trouble setting up ReviewBoard with perforce

2009-02-04 Thread Isaac Wagner
when i need to update my perforce ticket number. I don't use my password i use the actual ticket in the repository admin page.  You can get your ticket by running p4 login -a -p. On Wed, Feb 4, 2009 at 2:07 PM, Isaac Wagner geekyis...@gmail.com wrote: OK, I solved that problem.  It had to do

Cannot enable search

2009-02-04 Thread Isaac Wagner
I followed all the direction for setting up PyLucene with JCC and then went to enable search in the admin panel, but it won't let me. It says PyLucene (with JCC) is required to enable search. But, I already did that? Am I missing something?