Comment #9 on issue 2701 by [email protected]: No supported repository
could be accessed at the supplied url
http://code.google.com/p/reviewboard/issues/detail?id=2701
Having the same issue. This is what i get, if i redirect the output to a
file
RBTools 0.4.1
Home =
No supported repository could be accessed at the supplied url.
['/svnroot/post-review/post-review', '--repository-url=https://salxsource01/',
'--username=foo', '--password=bar', '-p', '--submit-as=xyz',
'--revision-range=221895:221896', '/WAMAS/trunk/llr',
'--server=http://saenreview01', '--review-request-id=9', '--branch=HEAD', '-d']
Executing the same stuff from console works fine (I have a script preparing
everything)
/svnroot/post-review/post-review', '--repository-url=https://salxsource01/',
'--username=foo', '--password=bar', '-p', '--submit-as=xyz',
'--revision-range=221895:221896', '/WAMAS/trunk/llr',
'--server=http://saenreview01', '--review-request-id=9', '--branch=HEAD', '-d']
RBTools 0.4.1
Home = /svnroot
HTTP GETting api/
HTTP GETting http://saenreview01/api/info/
Using the new web API
HTTP GETting http://saenreview01/api/review-requests/9/
Attempting to set field 'branch' to 'HEAD' for review request '9'
HTTP PUTting to http://saenreview01/api/review-requests/9/draft/:
{'branch': 'HEAD'}
HTTP GETting http://saenreview01/api/repositories/
HTTP GETting http://saenreview01/api/repositories/1/
HTTP GETting http://saenreview01/api/repositories/1/info/
Uploading diff, size: 496
HTTP POSTing to http://saenreview01/api/review-requests/9/diffs/:
{'basedir': '/WAMAS/trunk/llr'}
Publishing
HTTP PUTting to http://saenreview01/api/review-requests/9/draft/:
{'public': 1}
Review request #9 posted.
http://saenreview01/r/9/
--
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.