About Review Board extension for mercurial

frankabel frank.abel.cb at gmail.com
Thu Jul 23 14:16:07 CDT 2009


When test with "--debug" I realize that request don't go in some stage
where they must be, I mean, URL were like testserver.com/api instead
of testserver.com/reviewboard/api

I decide then reinstall Review Board without any path in the URL, just
testserver.com not at testserver.com/reviewboard and all go fine.

Is really estrange, cause one can see that "hg postreview" found the
review board server at testserver.com/reviewboard/api due to it output
a repo that are on my review board server, but when try to get access
to the api, is like the commnad forget the review board root path(/
reviewboard/ in this case)

Thanks a lot!
Frank Abel

On Jul 20, 9:05 am, Colin Caughie <c.caug... at indigovision.com> wrote:
> > I'm just testing, so I'm executing that command in the same repo
> > that
> > Review Board see. Is that so bad, I suppose that a review request is
> > build using diff of tip and the parent of tip of that repo.
>
> Hmmm, if that's the case then it can't be the parent diff thing. There are two things you could try to get more info:
>
> 1. Run "hg postreview --debug"; this will output the contents of the diff that will be sent to ReviewBoard.
>
> 2. Get a Wireshark capture of the HTTP traffic going between you and the server (assuming the server's on a different machine). Look at the JSON content of the server's response; this should tell you which file is causing the problem.
>
> Colin
>
> Latest News at:http://www.indigovision.com/news2009.php
>
> _______________________________________________
> Mercurial mailing list
> Mercur... at selenic.comhttp://selenic.com/mailman/listinfo/mercurial



More information about the Mercurial mailing list