Re: BadRequest Error while posting using rbt

2014-07-16 Thread Neeraj K
Well I finally got it to work. I used rbt post --tracking_branch branch_name I am working in a git-svn environment. This problem is not found in older versions of git. Goodluck!! On Thursday, July 10, 2014 6:12:24 PM UTC-7, David Trowbridge wrote: Huh, it happened immediately after

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
In the meantime isn't there a workaround ? This is causing a lot of problems for me. On Monday, July 7, 2014 11:07:27 AM UTC-7, David Trowbridge wrote: This fix is included in the new 0.6.2 release. -David On Jul 7, 2014, at 9:19 AM, Austin Hanson ber...@gmail.com javascript: wrote:

Re: BadRequest Error while posting using rbt

2014-07-10 Thread David Trowbridge
What do you mean in the meantime?. Is there a reason you can't upgrade to 0.6.2? -David On Thu, Jul 10, 2014 at 11:49 AM, Neeraj K nee...@minted.com wrote: In the meantime isn't there a workaround ? This is causing a lot of problems for me. On Monday, July 7, 2014 11:07:27 AM UTC-7, David

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
Well I am discussing that with the admin. Not sure how much time that would take. On Thursday, July 10, 2014 11:56:18 AM UTC-7, David Trowbridge wrote: What do you mean in the meantime?. Is there a reason you can't upgrade to 0.6.2? -David On Thu, Jul 10, 2014 at 11:49 AM, Neeraj K

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
Ok I just upgraded to 0.6.2 and I still get the same error techopss-mbp-10:minted neeraj$ rbt post ERROR: Error creating review request: Review request with this commit ID already exists in the repository. (HTTP 409, API Error 227) techopss-mbp-10:minted neeraj$ rbt post

Re: BadRequest Error while posting using rbt

2014-07-10 Thread David Trowbridge
That looks like a different error to me. It looks like you've got some draft review requests (probably from previous versions). I'd suggest deleting them and trying again, or adding '-u' to your rbt post command line to update them. -David On Thu, Jul 10, 2014 at 12:19 PM, Neeraj K

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
How do I delete a review ? I only see a discarded or submitted option under the 'close' menu. I tried discarding but that does not help. On Thursday, July 10, 2014 12:38:36 PM UTC-7, David Trowbridge wrote: That looks like a different error to me. It looks like you've got some draft review

Re: BadRequest Error while posting using rbt

2014-07-10 Thread Neeraj K
I still keep getting the same error. I deleted all drafts and modified the recent most change in git and ran the command. It created another zombie review request(draft) with nothing in it. techopss-mbp-10:minted neeraj$ rbt post --parent=release-printerapi --debug RBTools 0.6.2 Python

Re: BadRequest Error while posting using rbt

2014-07-10 Thread David Trowbridge
Huh, it happened immediately after modifying the commit (and thus getting a new SHA-1)? Can you run 'git commit --amend', save, and try posting again? -David On Thu, Jul 10, 2014 at 4:17 PM, Neeraj K nee...@minted.com wrote: I still keep getting the same error. I deleted all drafts and

Re: BadRequest Error while posting using rbt

2014-07-07 Thread Austin Hanson
Any chance this has been pushed or will be pushed soon? It looks like we're facing the same issue. On Wednesday, June 25, 2014 6:06:26 PM UTC-5, David Trowbridge wrote: This particular issue in rbtools is already fixed in Git and will ship with the next release. We'll try to get that release

Re: BadRequest Error while posting using rbt

2014-07-07 Thread David Trowbridge
This fix is included in the new 0.6.2 release. -David On Jul 7, 2014, at 9:19 AM, Austin Hanson ber...@gmail.com wrote: Any chance this has been pushed or will be pushed soon? It looks like we're facing the same issue. On Wednesday, June 25, 2014 6:06:26 PM UTC-5, David Trowbridge

Re: BadRequest Error while posting using rbt

2014-06-25 Thread David Trowbridge
This particular issue in rbtools is already fixed in Git and will ship with the next release. We'll try to get that release out soon. -David On Wed, Jun 25, 2014 at 1:17 PM, Neeraj K nee...@minted.com wrote: Hi all, I am using RBTools 0.6.1. While posting reviews I get this error