Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2257 by [email protected]: RBTools 0.3.3 with Review Board 1.6
RC2 problems with subversion repositories
http://code.google.com/p/reviewboard/issues/detail?id=2257
* NOTE: Do not post confidential information in this bug report. *
* If you need immediate support, please contact *
* [email protected] *
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/
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.