1629: post-review doesn't work with uploading diffs between two revisions of the same file.

adity******@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 19, 2014
What version are you running?
1.0.6

What's the URL of the page containing the problem?
http://www.reviewboard.org/docs/manual/1.0/users/tools/post-review/#posting-paths

What steps will reproduce the problem?
1. Use the following command as pointed out by the documentation: 
Uploading a diff of a file between two revisions:
//path/to/file[@#]rev,[@#]rev


2. This one even doesn't work. 
Uploading a file from a revision as a “new” file (not as common):
//path/to/file/[@#]rev


Both the above command fail. The syntax isn't clear either. 
I have tried 
a) "/path/to/file/#nrev" -- errors with "nrev" invalid rev number 
b) "/path/to/file/[#n]rev" -- errors with "2]rev" invalid rev number
c) "/path/to/file/@nrev" -- errors with "nrev" invalid changelist
d) "/path/to/file/[@n]rev" -- errors with "2]rev" invalid changelist


What is the expected output? What do you see instead?
Expect it to post a diff to the server. 
Instead, I see the error messages as above

What operating system are you using? What browser?
Windows 7 with Firefox

Please provide any additional information below.
david
#1 david
  • +Component-RBTools
david
#2 david
This worked in my testing of recent rbtools.
  • +Fixed