View Diff cause patch didn't apply cleanly error when ReviewBoard is used with BitBucket repositories

2011-12-09 Thread Nikita Zhuk
I'm using ReviewBoard 1.6.3 and my repositories are hosted at BitBucket as private repositories. I have configured my repository in the admin section of the RB by using HTTP URL and by entering my BitBucket user name and password. I can submit review requests, upload diffs and view raw diffs

WebAPI: how did what

2011-12-09 Thread Robert Munteanu
Hi, I'm looking to retrieve information about the user who: - uploaded a screenshot - posted a diff - uploaded a file But am unable to find this information either in a the base objects themselves [1,2,3] or in the change objects [4]. Is that information available in the API or should I open

Re: Error setting up subversion repository

2011-12-09 Thread Matt Billock
Yeah, so I fixed this. For anyone concerned, this was the solution: - Instructions I had been following on an internal wiki for setting up passwordless SSH were a bit out-of-date. They stated that copying your public key to .ssh/authorized_keys2 on the server would be sufficient, but this method

Re: WebAPI: how did what

2011-12-09 Thread Christian Hammond
Hi Robert, The current model is that any changes made to a review request (screenshot, file, diff) are owned by the person who owns the review request, which would be in the review request resource. We're looking to make it possible for more than one person to collaborate on a review request in

Re: View Diff cause patch didn't apply cleanly error when ReviewBoard is used with BitBucket repositories

2011-12-09 Thread Christian Hammond
Hi Nikita, Can you show me what the configuration looks like, roughly? (Censor out sensitive parts, but the structure is important). It sounds like it's just some configuration error. It's not using a valid URL for fetching the raw files. Christian -- Christian Hammond - chip...@chipx86.com

Re: post-review error Unable to find root /api/

2011-12-09 Thread Christian Hammond
Can you show me the output of post-review when also using --debug? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Dec 8, 2011 at 8:42 AM, Jigar Sutaria jigarsuta...@gmail.comwrote: I am running

Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2011-12-09 Thread reviewboard
Comment #2 on issue 1896 by rchoss...@acunu.com: Omitting the git repo path throws 500 error http://code.google.com/p/reviewboard/issues/detail?id=1896 Same for hg (seems obvious but worth mentioning) on Debian. I guess it is a matter of blank=None in the django model. -- You received this