2257: RBTools 0.3.3 with Review Board 1.6 RC2 problems with subversion repositories

genn****@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 29, 2014
What version are you running?
RBTools 0.3.3
Review Board 1.6 RC2

What's the URL of the page containing the problem?


What steps will reproduce the problem?

post-review --repository-url=https://subversion.xxxxxxx.xxx/uxxxt/trunk/ --revision-range=917:918 -d


What is the expected output? What do you see instead?

I expect that a review draft will be created.

Instead I have:

...
>>> HTTP GETting https://reviewboard.xxxxxxx/api/repositories/13/
>>> HTTP GETting https://reviewboard.xxxxxxx/api/repositories/13/info/
>>> repository info: Path: https://subversion.xxxxxxx.xxx/uxxxt/, Base path: /trunk, Supports changesets: False
>>> Attempting to create review request on https://subversion.xxxxxxx.xxx/uxxxt/trunk/ for None
>>> HTTP POSTing to https://reviewboard.xxxxxxx/api/review-requests/: {'repository': 'https://subversion.xxxxxxx.xxx/uxxxt/trunk/'}
>>> Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories
>>> Error data: {u'stat': u'fail', u'repository': u'https://subversion.xxxxxxx.xxx/uxxxt/trunk/', u'err': {u'msg': u'The repository path specified is not in the list of known repositories', u'code': 206}}

There was an error creating this review request.

The repository path "https://subversion.xxxxxxx.xxx/uxxxt" is not in the
list of known repositories on the server.

Ask the administrator to add this repository to the Review Board server.
For information on adding repositories, please read
http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/ 


What operating system are you using? What browser?
Debian 


Please provide any additional information below.

RBTool 0.3.2 has no problems

It look like it tries to search for https://subversion.xxxxxxx.xxx/uxxxt/trunk/ instead of https://subversion.xxxxxxx.xxx/uxxxt/
#1 wangxiao*********@gmai***** (Google Code) (Is this you? Claim this profile.)
I have the same problem with RBTools 0.3.3/0.3.4 and Review Board 1.5.5
david
#2 david
  • +Component-RBTools
david
#3 david
When there are path mismatches, we recommend using the REPOSITORY setting to make things match.
  • +SetupIssue