2249: post-review fails when sending diff for single revision

mhighto********@gmai***** (Google Code) (Is this you? Claim this profile.)
Feb. 10, 2012
2256
What version are you running?

RBTools 0.3.3

What's the URL of the page containing the problem?

Following the information stated in here:
http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/

What steps will reproduce the problem?
1.cd <checkout repo>/trunk
2. svn info
Path: .
URL: https://svnserver.example.com:447/repos/playground/trunk/src
Repository Root: https://svnserver.example.com:447/repos/playground
Repository UUID: 305de830-9788-4d49-b0c5-bc8cb373c84c
Revision: 11

3. post-review --revision-range=10
Failed to execute command: ['svn', 'diff', '--diff-cmd=diff', '-r', '10']
["svn: Unable to find repository location for '' in revision 10\n"]

What is the expected output? What do you see instead?
Not sure. should send diff to reviewboard

What operating system are you using? What browser?
Linux 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux


Please provide any additional information below.
david
#1 david
--revision-range doesn't work that way; it wants a *range*. --revision-range=9:10 would probably do what you want.

We should fix the bad error, though.
  • +Component-RBTools