Getting a 404 when ReviewBoard queries Gitweb for a particular revision

2013-08-01 Thread Chris Armstrong
Hi folks, Been struggling with ReviewBoard on this issue and would love some guidance. I have a repository configured in RB as follows: Repository type: Git Path: g...@git.ourdomain.com:reponame.git Raw file URL mask:

Re: Getting a 404 when ReviewBoard queries Gitweb for a particular revision

2013-08-01 Thread reviewboard
Does the following work? (change hb to h) http://git.ourdomain.com/?p=reponame.git;a=blob_plain;f=path/to/file.txt;h=e4643b1cc6c8c05f17d4079f2d68d078bba96a4c ref: https://groups.google.com/d/msg/reviewboard/YmrjZyUsvX8/zqEEgtuznpMJ On Thu, August 1, 2013 9:18 pm, Chris Armstrong wrote: Hi

Re: Getting a 404 when ReviewBoard queries Gitweb for a particular revision

2013-08-01 Thread Chris Armstrong
That seems to have done it - thanks for the quick reply! On Thu, Aug 1, 2013 at 6:30 PM, reviewboard reviewbo...@srmstar.net wrote: Does the following work? (change hb to h) http://git.ourdomain.com/?p=reponame.git;a=blob_plain;f=path/to/file.txt;h=e4643b1cc6c8c05f17d4079f2d68d078bba96a4c

Re: LDAP Authentication Issues

2013-08-01 Thread Michael Pigott
Christian, Thanks for your help. Unfortunately I don't know Python at all, but I'll take a look when I get a chance. If I figure it out, I'll let you know! Mike On Tuesday, July 30, 2013 7:49:28 PM UTC-4, Christian Hammond wrote: Hi Michael, I don't have any useful answer for you

Re: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-01 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 3044 by trowb...@gmail.com: plasticscm repository doesn't work http://code.google.com/p/reviewboard/issues/detail?id=3044 Are there any errors in the web UI or in the review board logs? -- You received this message because this project

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #4 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Yeah, you have to use GitHub in Hosting Service in order for diffs to render. It cannot work with Custom, because we need

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #5 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 okay, I just tried once more, 1. GitHub hosting service 2. Linked to my account already on Github, user/pwd 3. Associate my

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #6 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 HTTP 201 is not actually an error, but something thinks it is. The fact that it is indicates something outdated and

Re: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-01 Thread reviewboard
Comment #2 on issue 3044 by abhir...@gmail.com: plasticscm repository doesn't work http://code.google.com/p/reviewboard/issues/detail?id=3044 From the logs it seems that get_repositories function in the plastic plugin fails to fetch the repositories. - 2013-07-11 10:16:02,919 - DEBUG -

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #7 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Firefox 22 I'm not the guy who set up the rb server, I'll check out with him. The python version, did you mean python on

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #9 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 firefox 22 python 2.5.2 I just tried chrome browser, failed too What web server info do you need? I'll upgrade python soon

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #10 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Don't worry about the web server info. I looked into this and it's definitely a bug in Python 2.5.x. That version of

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #11 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Give this patch to Review Board a try and see if it works for you. Attachments:

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #12 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Thanks! I’ll try upgrading python first and then your patch, tomorrow I’ll let you know the result. -- You received

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #13 on issue 3043 by chip...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Just to note: An upgrade to a new major version of Python is not trivial. You will need to install the new version

Issue 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2013-08-01 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3045 by akshaya@gmail.com: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST http://code.google.com/p/reviewboard/issues/detail?id=3045 HI , We have

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #14 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 Sorry, how to apply the patch? I didn’t figure it out :( -- You received this message because this project is configured to

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #15 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 I moved to /usr/lib/python2.5/site-packages/ReviewBoard-1.7.11-py2.5.egg then patch -p0

Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-01 Thread reviewboard
Comment #16 on issue 3043 by qilu...@gmail.com: Always got 'bad credentials' when adding a github repository http://code.google.com/p/reviewboard/issues/detail?id=3043 It’s done, I had to manually input the service.py path Now I can do review over github and reviewboard. Really