Error in post-review

2010-09-14 Thread Rajat Khandelwal
Hi, can anyone help me with this error : Error creating review request: The repository path specified is not in the list of known repositories (HTTP 200, API Error 206) I have already added the repository in web-ui of reviewboard. -- Rajat Khandelwal SD 39 Satpura Hostel B.Tech. Comp. Sc.

Re: Using post-review

2010-09-14 Thread Christian Hammond
Run post-review with the --debug parameter and paste the output. It should provide some additional information. What happens if you run 'git config remote.origin.url' in that directory? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc.

Re: Error in post-review

2010-09-14 Thread Christian Hammond
The repository as shown in the debug output (run post-review with --debug) must match *exactly* what is in either the Path or Mirror Path section of your repository in the admin UI. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: Error in post-review

2010-09-14 Thread Rajat Khandelwal
I got it. Thanks for telling that paths should be exactly same. Now can you please tell me how can I add a repository sitting on another laptop(via ssh) to reviewboard? I have an account on that laptop. On Tue, Sep 14, 2010 at 6:05 AM, Rajat Khandelwal rajatgupt...@gmail.comwrote: yes, I am

Re: Release party planning for Review Board 1.5

2010-09-14 Thread Jan Koprowski
It would be great to celebrate with You. Unfortunately plain is too expensive for me and I didn't have visa to enter to USA. I wish You luck and see You on the reviews.reviewboard.org :) Cheers! Jan On Sep 12, 10:46 pm, Christian Hammond chip...@chipx86.com wrote: Hi everyone, We're

Re: RB integration with Redmine bug tracker

2010-09-14 Thread Christian Hammond
Ahhh, I see where the confusion comes from. Perhaps we should make this more clear in the UI... Since you have Redmine selected, Review Board already knows what the path setup should be for the bug tracker. So what the bug tracker URL is really asking for is the base path to your bug tracker.

Re: Error in post-review

2010-09-14 Thread Christian Hammond
Is this Git? If so, there's no way of really accessing a remote git repository on a per-file basis, which is needed for Review Board. You will need to do one of the following: 1) Mount your actual Git tree across the network, and tell Review Board to use that. 2) Install something like cgit or