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 configuring RB with

Integrating review board with gitblit

2016-01-29 Thread Sukumar Reddy
Hi, Whenever I try to add my gitblit repository to reviewboard, it fails with the following error. Please help me here Thanks PSK -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons:

Re: Integrating review board with gitblit

2016-01-29 Thread Christian Hammond
Hi, Gitblit is a separate Git hosting service, which we don't have direct suppor for today. Unlike most types of repositories, Git's protocol is very limited, and we need to utilize a service's own API in order to be compatible. This is the first time I've heard of Gitblit, so we don't have

Re: Remote git server: No authentication methods available

2016-01-29 Thread Stephen Gallagher
> > >> > *From:* revie...@googlegroups.com [mailto:revie...@googlegroups.com] *On >> Behalf Of *Pierre Bouffard >> > >> *Sent:* Wednesday, January 27, 2016 11:50 AM >> *To:* reviewboard >> *Subject:* Re: Remote git server: No authentication methods available >> > >> >> Hi Terry, >> >> >> >> We use

Re: Remote git server: No authentication methods available

2016-01-29 Thread Pierre Bouffard
Hi Terry, I also tried setting up a local git repo. I cloned the project on the same machine that is hosting RB (local path "/repo/project"). I recursively chown'ed the "/repo" directory so the "apache" user has access (the user running the web server). But I get the following error in the