On Wed, 2014-05-07 at 09:16 -0400, Alan Conway wrote: > I used to be able to post a review from my git-svn qpid repo using > post-review from the RBTools package. > > I updated RBTools-0.6-1.fc20.noarch and post-review has been replaced by "rbt > post" but > this no longer works for me: > > $ rbt post > rbtools.commands.CommandError: Error creating review request: The > repository path specified is not in the list of known repositories (HTTP > 400, API Error 206) > > Has anyone got this working?
Fortunately I'm still on a 0.5 version on F19. I can successfully use post-review (but it gives me a deprecation warning) and rbt post fails for me in the same way as it does for you. I've run rbt post --debug and rbt is calculating the incorrect repository root - It thinks the root is: https://svn.apache.org/repos/asf (when it should be https://svn.apache.org/repos/asf/qpid/trunk or https://svn.apache.org/repos/asf/qpid/proton) This is very like a bug I fixed for post-review 3 years ago. It looks like they might have reintroduced the same bug in the new rbt tool. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
