1738: post-review --revision-range fails when files have been removed.

tag****@gmai***** (Google Code) (Is this you? Claim this profile.)
July 29, 2010
1113
What version are you running?
RBTools 0.2

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1. remove a file in a revision (we'll call revision 3).
2. post-review --revision-range=0:4


What is the expected output? What do you see instead?
Review request #<number> created.

http://<location>/<number>

What operating system are you using? What browser?
Linux, Firefox 3

Please provide any additional information below.
post-review --revision-range attempts to call "svn info" on the removed node, this causes failure:

Failed to execute command: ['svn', 'info', '<path>']
['<path>:  (Not a versioned resource)\n', '\n', 'svn: A problem occurred; see other errors for details\n']