[P4] rbt post take the changelist as a path

2016-08-17 Thread mscifo
Hi all, we got a weird problem while using rbt, we did a backup of the machine that host rbt and it changed some permission of the folders, now everything is as it was but when i try to use rbt post (that always worked) it return me the error : Path does not match a valid Perforce path. > t

Re: [P4] rbt post take the changelist as a path

2016-08-17 Thread Christian Hammond
Hi Max, The "base path" is something that Subversion and Bazaar need, but not Perforce. You can safely ignore that. Can you show me how you're running rbt post? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board

Re: [P4] rbt post take the changelist as a path

2016-08-17 Thread mscifo
Hi Christian, i was simply running rbt post --debug , but i got the solution for this problem: simply, the changelist that i was using for creating a review was already submitted, IMHO the error message is not helpful at all and it should be rewrite for give to the user an hint of what it could

rbt post says commit id has been used

2016-08-17 Thread Arpana J
When I do rbt post , it works fine first time. Running this again on the same changelist number says: Got API Error 204 (HTTP code 409): The commit ID specified has already been used. >>> Cached response for HTTP GET https://reviewboard.xm.citrite.net/reviews/api/review-requests/27006/?only-li

Re: rbt post says commit id has been used

2016-08-17 Thread Barret Rennie
Hi Arpana, If you want to update a review request you'll want to use either the -r or -u flags to rbt post. You cannot upload the same changelist/commit to multiple review requests. Regards, Barret > On Aug 17, 2016, at 12:33 PM, Arpana J wrote: > > When I do rbt post , it works fine first ti

"Notes to Reviewer" extension & rbtools/api

2016-08-17 Thread Dunnigan, Terrence J
Hi all, I have a question about the 'Note to Reviewers' extension. Can I populate the field when creating a review request using rbtools? Currently I do something like this when I generate a peer review: rbt post --summary="My first revi

Re: "Notes to Reviewer" extension & rbtools/api

2016-08-17 Thread Christian Hammond
Hi Terry, The content of that field is stored in the review request draft's "extra_data" dictionary, which unfortunately cannot be modified using rbt post (though that'd be a good feature addition -- going to record that). It can be modified during an HTTP POST/PUT by setting: extra_data.bean

Re: [P4] rbt post take the changelist as a path

2016-08-17 Thread Christian Hammond
Hi Max, I'm very sorry you lost time and productivity due to this. I know how that goes.. We have code that's supposed to be doing the right thing for submitted changesets. I don't know why it failed on your end. In fact, if the changeset was marked as submitted, you should have seen the log entr