Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-10 Thread Christian Hammond
Note also that for brand new review requests, '-g yes' is implied. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On September 5, 2014 at 12:01:38 AM, David Trowbridge (trowb...@gmail.com)

Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-05 Thread Jillala Srinivas
Thank you Chris, As suggested, configured .reviewboradrc for the repo. Still not able to create review for the code already committed to remote. After these changes I am facing the different error message: rbt post ba53c49..30126f8c --guess-summary --guess-description --tracking-branch

Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-05 Thread David Trowbridge
When using long options, you should add an = character between the option and the value. You can also use -g yes instead of passing both guess options: rbt post ba53c49..30126f8c -g yes --tracking-branch=origin/master --server= http://example.com/ On Thu, Sep 4, 2014 at 11:53 PM, Jillala

Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-03 Thread Christian Hammond
Hi, Do you have a .reviewboardrc configured for that repository? We recommend creating one, and using that to set the server name and the repository name, in order to ensure that RBTools can quickly and consistently locate the Review Board server and repository you want to use.

rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-02 Thread Jillala Srinivas
Hi , We are using git as Version Control and we are using the rbt tool for raising the review requests. Version info RBTools 0.6.2 git version 1.8.3.1 1. rbt post working fine for commits which are not pushed to remote. 2. But same fails when we try to raise review with already

Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-02 Thread David Trowbridge
It would be very helpful if you could give us the --debug output for the commands that fail (rather than the command that succeeds). -David On Tue, Sep 2, 2014 at 6:54 AM, Jillala Srinivas srinivasredd...@gmail.com wrote: Hi , We are using git as Version Control and we are using the rbt