485: Error submitting review with post-review to Perforce
- UserError
- Review Board
Bob.H*****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
May 9, 2008 |
Am I missing something I setup a respository in the web admin interface. Can you provide a sample. I used the sample of what you had on the getting started page for perforce with my user name and servers address of coures. What is the expected output? What do you see instead? What operating system are you using? Vista Please provide any additional information below. Command input and output when I get the error. c:\reviewboard\contrib\tools>python post-review 374766 Error creating review request: The repository path specified is not in the list of known repositories (code 206) c:\reviewboard\contrib\tools>
Here is the -d switch output of that same command c:\reviewboard\contrib\tools>python post-review -d 374766 >>> Repository info 'Path: bobperforce.zd.local:1777, Base path: None, Supports cha ngesets: True' >>> Generating diff for changenum 374766 >>> Processing edit of //CERTS/WorkSpaces/Bob Henkel/Source/Dev/4.2/SQLServer/St ored Procedures/Enterprise/dbo.f_actm_complete.sql >>> Writing "//CERTS/WorkSpaces/Bob Henkel/Source/Dev/4.2/SQLServer/Stored Proce dures/Enterprise/dbo.f_actm_complete.sql#1" to "c:\users\henkbl\appdata\local\te mp\tmpfdkyrp" >>> Looking for '127.0.0.1 /' cookie in C:\Users\henkbl\Local Settings\Applicati on Data\.post-review-cookies.txt >>> Loaded valid cookie -- no login required >>> Attempting to create review request for 374766 >>> HTTP POSTing to http://127.0.0.1:8000/api/json/reviewrequests/new/: {'reposi tory_path': 'bobperforce.zd.local:1777', 'changenum': '374766'} Error creating review request: The repository path specified is not in the list of known repositories (code 206)
Solved my issue reading http://groups.google.com/group/reviewboard/browse_thread/thread/5d3804b426026ecd/1ea1 0a7caa9faa9e? lnk=gst&q=The+repository+path+specified+is+not+in+the+list#1ea10a7caa9faa9e The full path case included for the name was appearing to cause my issue. So isntead of XYZ.local.com:1666 I put xyz.local.com:1666 and it worked.