Re: Set up API for review board

2012-03-27 Thread arun kovai
hi Christian, I have done the installation of review board on open suse. I have created the new site too. Everything till this is done successfully. I am using the command prompt version of Linux OpenSuse. But I am having the issue in How to use the created site. I wish to know any more

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Lee Winder
I don't have SVN installed in any form (command line, TortoiseSVN etc.) so 'svn info' just generates what I'd expect. 'svn' is not recognized as an internal or external command, operable program or batch file. The only other VC system I have installed is Hg, and I'm as far away as possible

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Lee Winder
I don't have SVN installed in any form (command line, TortoiseSVN etc.) so 'svn info' just generates what I'd expect. 'svn' is not recognized as an internal or external command, operable program or batch file. The only other VC system I have installed is Hg, and I'm as far away as possible

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Christian Hammond
Hey Lee, Ah, looks like that error message got copy/pasted for Perforce. So it is likely getting to your Perforce check, but it's not seeing diff. Specifically, it's running diff --version and checking that GNU diffutils is in the output. Can you run those steps on your system and see what it

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Matthew Waddilove
I think that this is similar to a problem that I've come across, or might be the same tbh. :) I had all sorts of issues as we're both using a perforce proxy and reviewboard at a remote location so had to do some fiddling to get it all to work, both configuring reviewboard, and poking ssh

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Lee Winder
Ah, copy/paste errors, we've all been there - my bad for not rooting around in the source code a bit more :) I didn't have the the diffutils installed (it's a pretty new PC set up) but now I have, the reviews are being posted as expected, thanks for the assist. Now I just need to get it set up

Not able to edit/publish/add reviewers to review

2012-03-27 Thread Sudhar
Hi I am a newbie to reviewboard and I just got reviewboard up and running. I have configured reviewboard with my cvs repository. I am facing several issues with my rb site. 1. I am not able to add people to the review, the text box and the pencil icon mentioned in the documentation are not

Re: Not able to edit/publish/add reviewers to review

2012-03-27 Thread Sudhar
My browser's js console showed this error GET http://reviewboard:8095/djblets/js/jquery.gravy.js?1331614886 404 (NOT FOUND) Then I guessed that my server was not able to locate the path '/ djblets...' on my file system. So I added the line Alias /djblets

Re: Not able to edit/publish/add reviewers to review

2012-03-27 Thread Sudhar
Sorry i had added the line Alias /rb D:/rb/myreview.reviewboard/htdocs/media/rb to get my css working as my server was not able to access '/rb..' urls On Mar 27, 3:16 pm, Sudhar cpsud...@gmail.com wrote: My browser's js console showed this error

Re: Not able to edit/publish/add reviewers to review

2012-03-27 Thread Christian Hammond
It looks like your media paths were configured incorrectly. How did you install Review Board? That Alias will just mask the problem, at the very best. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue,

Re: Not able to edit/publish/add reviewers to review

2012-03-27 Thread Sudhar
I used easy_install ReviewBoard command to install reviewboard and i created the site using the rb-site command. On Mar 27, 3:24 pm, Christian Hammond chip...@chipx86.com wrote: It looks like your media paths were configured incorrectly. How did you install Review Board? That Alias will just

HTTP 405, Method Not Allowed

2012-03-27 Thread Ken Klingman
Hi, Using the web services interface on 1.6.4.1 with a Python (2.7) script and the urllib2 module I am getting an HTTP error 405 when requesting the XML for an individual review (api/review-requests/rb entry), yet it works just fine when I request the XML for the set of reviews for that

Re: HTTP 405, Method Not Allowed

2012-03-27 Thread Ken Klingman
Problem solved. Beware of embedded and trailing slashes. I'd say to use the URL or URL templates as defined in the api, but ReviewBoard returns the user URL with a trailing slash. Ken On Tuesday, March 27, 2012 6:39:12 AM UTC-7, Ken Klingman wrote: Hi, Using the web services interface on

Re: HTTP 405, Method Not Allowed

2012-03-27 Thread Christian Hammond
Yeah, Review Board expects that every single URL is going to have a trailing slash, and should generate each URL with one. Always assume that's the case when building URLs and you should be okay. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: Password reset email said to come from example.com despite correct server name set in General Settings

2012-03-27 Thread Daniel
Yep, that did it. Thanks. Daniel On Monday, March 26, 2012 11:56:45 PM UTC-6, brajesh wrote: Hi Daniel, You need to make changes under Database - Sites Thanks Brajesh On Tue, Mar 27, 2012 at 6:06 AM, Daniel wrote: One of my Review Board users attempted to reset his password. He got

Re: Unable to add P4 Unicode Server as a new repository

2012-03-27 Thread Christian Hammond
Hi Lee, I'm not aware of anything. This is my first time seeing anyone report this error, to my knowledge, so I don't really have an answer for you.. Maybe someone else has seen this. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

GIT with reviewboard

2012-03-27 Thread Vivek
Hi, I am trying to setup reviewboard server to work with GIT repository. We have a central GIT repository managed by gitosis (ssh based tool). My reviewboard server setup seems ok. But I am a little confused with uploading the code review on it as the documentation on reviewboard site seems out

Issue 2554 in reviewboard: Syntax error installing RBTools on Centos 5.6

2012-03-27 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2554 by mailsw...@gmail.com: Syntax error installing RBTools on Centos 5.6 http://code.google.com/p/reviewboard/issues/detail?id=2554 [root@ln-swami swami]# easy_install -U RBTools bash: easy_install: command not found

Re: Issue 2554 in reviewboard: Newest version of simplejson used with RBTools doesn't support Python 2.4.

2012-03-27 Thread reviewboard
Updates: Summary: Newest version of simplejson used with RBTools doesn't support Python 2.4. Status: Confirmed Labels: Component-RBTools Comment #1 on issue 2554 by chip...@gmail.com: Newest version of simplejson used with RBTools doesn't support Python 2.4.

Re: Issue 2554 in reviewboard: Newest version of simplejson used with RBTools doesn't support Python 2.4.

2012-03-27 Thread reviewboard
Comment #2 on issue 2554 by mailsw...@gmail.com: Newest version of simplejson used with RBTools doesn't support Python 2.4. http://code.google.com/p/reviewboard/issues/detail?id=2554 Thanks for the quick diagnosis response. -- You received this message because you are subscribed to the