What version are you running?
review borad 1.6.1
What's the URL of the page containing the problem?
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What operating system are you using? What browser?
Please provide any additional information below.
root@guojinyong-laptop:~/soft/test/ipsos# sudo post-review --revision-range 6 --debug
>>> RBTools 0.4.1
>>> Home = /home/guojinyong
>>> HTTP GETting api/
>>> HTTP GETting http://codereview.xxx.com/codereview/api/info/
>>> Using the new web API
>>> HTTP GETting http://codereview.xxx.com/codereview/api/repositories/
>>> HTTP GETting http://codereview.xxx.com/codereview/api/repositories/1/
>>> HTTP GETting http://codereview.xxx.com/codereview/api/repositories/1/info/
>>> Attempting to create review request on http://svn.adsage.com/svn/ipsos for None
>>> HTTP POSTing to http://codereview.xxx.com/codereview/api/review-requests/: {'repository': 'http://svn.xxx.com/svn/ipsos'}
==> HTTP Authentication Required
Enter authorization information for "Web API" at codereview.adsage.com
Username: admin
Password:
>>> 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'http://svn.xxx.com/svn/ipsos', 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 "http://svn.xxx.com/svn/ipsos" 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/configuration/repositories/