2564: post-review --summary doesn't work

angelodie**********@gmai***** (Google Code) (Is this you? Claim this profile.)
June 24, 2012
What version are you running?
RBTOOLS 0.4.1

What steps will reproduce the problem?
1.open a command prompts and run: post-review --summary="SOMETHING"

What is the expected output? What do you see instead?
expected: A review request is generated with "SOMETHING" as summary
i get: A blank review request is generated

What operating system are you using? What browser?
rbtools running on windows vista, reviewboard running on ubuntu 11.10


Please provide any additional information below.
Same thing for --description and --testing done
chipx86
#1 chipx86
What version of Review Board are you using?
  • +NeedInfo
#2 angelodie**********@gmai***** (Google Code) (Is this you? Claim this profile.)
Sorry I tought it was linked to the version of rbtools, I'm using 1.6.5
chipx86
#3 chipx86
These fields should be working. Can you run with your post-review command with the parameters you're using and include --debug? That will help us see what's going on under the hood.
#4 angelodie**********@gmai***** (Google Code) (Is this you? Claim this profile.)
here is the debug output, nothing strange apparently but when I open the review request the fields are not set
c:\>post-review --summary="SUMMARYOFTHETHING" -o -d
>>> RBTools 0.4.1
>>> Home = C:\Users\adcrabolu\AppData\Roaming
>>> HTTP GETting api/
>>> HTTP GETting http://reviewboardserver/api/info/
>>> Using the new web API
>>> HTTP GETting http://reviewboardserver/api/repositories/
>>> HTTP GETting http://reviewboardserver/api/repositories/1/
>>> HTTP GETting http://reviewboardserver/api/repositories/1/info/
>>> Attempting to create review request on svn://srv-svn.mydomain/products for None
>>> HTTP POSTing to http://reviewboardserver/api/review-requests/: {'repository': u'srv-svn.mydomain/products'}
>>> Review request created
>>> Attempting to set field 'summary' to 'SUMMARYOFTHETHING' for review request '18'
>>> HTTP PUTting to http://reviewboardserver/api/review-requests/18/draft/: {'summary': 'SUMMARYOFTHETHING'}
>>> Uploading diff, size: 1111
>>> HTTP POSTing to http://reviewboardserver/api/review-requests/18/diffs/: {'basedir': '
/trunk'}
Review request #18 posted.
david
#5 david
Stupid question: are you logged in on reviewboard?
#6 angelodie**********@gmai***** (Google Code) (Is this you? Claim this profile.)
I don't get the question, I'm using post-review and the  request is created but without the summary
david
#7 david
I mean, when you open the review request in your web browser, are you logged into the site or looking at it anonymously? (Do you see "Welcome, __name__" in the upper right)?
david
#8 david
  • -NeedInfo
    +Incomplete