"Error uploading diff" seen for certain clearcase file rules

2016-08-31 Thread Hari Prasad
Hi, We are using ReviewBoard version 2.5.2. When raising review requests, only for some specific clearcase file rules, getting the error "Error uploading diff". Not sure why this error is happening for such rules. I doubled checked the file rule and its a valid rule. Is there any way to debug

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-01 Thread Hari Prasad
ebug log (running with --debug)? > > Christian > > -- > Christian Hammond > President/CEO of Beanbag > Makers of Review Board > > On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad > wrote: >> >> Hi, >> >> We are using ReviewBoard version 2.5.2. >> >>

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-09 Thread Hari Prasad
s quite old at this point and we no longer support it. > > -David > > On Thu, Sep 1, 2016 at 5:13 AM Hari Prasad wrote: >> >> Hi Christian, >> >> We use "post-review" for posting reviews while rbt attach and rbt >> publish to publish reviews.

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-09 Thread Hari Prasad
ld be that the path matching got a little more strict. I'd suggest > using the --repository argument or REPOSITORY config-file key to explicitly > specify which repository (configured within Review Board) to use. > > -David > > On Fri, Sep 9, 2016 at 12:43 AM Hari Prasad wro

"cleartool is not in the path" error when adding reposit

2016-01-28 Thread Hari Prasad
Hi, Am configuring RB with Clearcase in my linux machine. cleartool binary is present in /usr/tools/bin folder. I added "export PATH=/usr/tools/bin:$PATH" in rbfolder/apache2/scripts/envvars and restarted apache using "ctlscript.sh restart apache" but still seeing same problem. Please see atta

Re: "cleartool is not in the path" error when adding reposit

2016-01-29 Thread Hari Prasad
this is resolved by 1. adding PATH=$PATH:/usr/tools/bin inside /etc/profile just above the line export PATH 2. restarting apache of reviewboard using ./ctlscript.sh restart apache On Thursday, January 28, 2016 at 8:32:47 PM UTC+5:30, Hari Prasad wrote: > > Hi, > Am configurin

How to post-review different files from 2 different clearcase vobs in same review id?

2016-02-01 Thread Hari Prasad
Hi, I have RB setup up and running and its working fine for posting review for single files. Can someone pls let me know how to post code review for 2 different files say /vobs/abc/vob1/1.c and /vobs/abc/vob2/2.c where vob1 and vob2 are 2 separate vobs in same review id instead of raising 2 sep

Re: How to post-review different files from 2 different clearcase vobs in same review id?

2016-02-01 Thread Hari Prasad
ries. > You'll need to post one per vob. > > Christian > > -- > Christian Hammond - chri...@beanbaginc.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Mon, Feb 1, 2016 at 12:35 AM, Hari Prasad > wrot

Search by summary not showing results

2016-02-02 Thread Hari Prasad
Hi, I enabled Search in RB settings and when searching for a set of reviews with summary say "test", am getting "*No review requests matching your query: summary: test* " but actually I have a review request present with the summary as "test". Please let me know how to fetch a bunch of issues w

Re: Search by summary not showing results

2016-02-02 Thread Hari Prasad
Attached screenshot. On Tuesday, February 2, 2016 at 5:06:55 PM UTC+5:30, Hari Prasad wrote: > > Hi, > I enabled Search in RB settings and when searching for a set of reviews > with summary say "test", am getting "*No review requests matching your > query: summar

attaching report in post-review

2016-02-02 Thread Hari Prasad
Hi, Request someone to please clarify whether its possible to upload a test report in .xls format in post-review command. Regards, Hari -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://

Re: Search by summary not showing results

2016-02-02 Thread Hari Prasad
Hi David, Could you please share the indexing commands? Regards, Hari On Wednesday, February 3, 2016 at 4:59:23 AM UTC+5:30, David Trowbridge wrote: > > Just to check, have you run the indexing commands? > > -David > > On Tue, Feb 2, 2016 at 3:37 AM Hari Prasad >

Reset review id

2016-02-03 Thread Hari Prasad
Hi, I was doing some experiments with RB till date and planning to deploy for usage in my project. Before deploying I would like to reset the review id back to 1 so that things start afresh. Please advise how to do so. Regards, Hari -- Supercharge your Review Board with Power Pack: https://

Re: attaching report in post-review

2016-02-03 Thread Hari Prasad
o open it in excel, but they can add comments to the entity in Review > Board. > > If the .xls is saved as a PDF and you're running Power Pack, you can view > and comment on it directly in the web browser. > > -David > > On Tue, Feb 2, 2016 at 5:20 AM Hari Prasad >

Re: attaching report in post-review

2016-02-03 Thread Hari Prasad
pls ignore, I found the solution. rbt publish On Wednesday, February 3, 2016 at 3:51:20 PM UTC+5:30, Hari Prasad wrote: > > Hi David, > > I tried that. "rbt attach" attaches the report but its not publishing > automatically. Is there anyway to publish automaticall

Re: Reset review id

2016-02-03 Thread Hari Prasad
;" But I still dont see review id reset to 1. Please let me know how to resolve this. Regards, Hari On Wednesday, February 3, 2016 at 3:44:05 PM UTC+5:30, Hari Prasad wrote: > > Hi, > I was doing some experiments with RB till date and planning to deploy for > usage in my proje

Re: Reset review id

2016-02-04 Thread Hari Prasad
This got resolved by running the following in mysql console: use bitnami_reviewboard; SET FOREIGN_KEY_CHECKS=0; TRUNCATE reviews_reviewrequest; SET FOREIGN_KEY_CHECKS=1; ALTER TABLE reviews_reviewrequest AUTO_INCREMENT=1; On Thursday, February 4, 2016 at 1:01:03 PM UTC+5:30, Hari Prasad wrote

How to enable cgi_module in RB apache

2016-02-09 Thread Hari Prasad
Hi, I wanted to enable CGI in RB's apache configuration to execute some python scripts via HTTP but found that "LoadModule cgi_module modules/mod_cgi.so" is missing in httpd.conf. Please let me know how to enable the same. Basically, I need to get some text inputs from user from GUI and pass th

Pylucene AssertionError

2016-02-17 Thread Hari Prasad
Hi, After installing Pylucene, am getting the same AssertionError mentioned in link https://groups.google.com/forum/#!searchin/reviewboard/pylucene$20assertionerror/reviewboard/20gitqhWdeg/hb4aYUl1MWcJ Its the same versioning problem which says support is not there for versions 4.x. Please let

Search by summary not showing results

2016-02-17 Thread Hari Prasad
Hi, I enabled Search in RB settings and ran the indexing command: rb-site manage /data/reviewboard-2.5.2-1/apps/reviewboard/htdocs/rb-sites/reviewboard index -- --full After this, I can see the following: [root@FADU074 reviewboard-2.5.2-1]# ll apps/reviewboard/htdocs/rb-sites/reviewboard/data/

Re: Pylucene AssertionError

2016-02-17 Thread Hari Prasad
alone will work*. On Wednesday, February 17, 2016 at 4:03:32 PM UTC+5:30, Hari Prasad wrote: > > Hi, > After installing Pylucene, am getting the same AssertionError mentioned in > link > https://groups.google.com/forum/#!searchin/reviewboard/pylucene$20assertionerror/reviewboard/20g

Re: Pylucene AssertionError

2016-02-17 Thread Hari Prasad
s://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Wed, Feb 17, 2016 at 3:32 AM, Hari Prasad > wrote: > >> I downgraded to version 3.6.2 and search indexing started to work. *Request >> RB team to update the >> link https://www.reviewboar

Re: Search by summary not showing results

2016-02-17 Thread Hari Prasad
RB team, Can you please clarify? Regards, Hari On Wednesday, February 17, 2016 at 4:59:41 PM UTC+5:30, Hari Prasad wrote: > > Hi, > I enabled Search in RB settings and ran the indexing command: > > rb-site manage > /data/reviewboard-2.5.2-1/apps/reviewboard/htdocs/rb-sites/re

Re: Search by summary not showing results

2016-02-23 Thread Hari Prasad
Hi Christian and team, Request you to please clarify my query. Regards, Hari On Wednesday, February 17, 2016 at 4:59:41 PM UTC+5:30, Hari Prasad wrote: > > Hi, > I enabled Search in RB settings and ran the indexing command: > > rb-site manage > /data/reviewboard-2.5.2-1/apps/