I have some "A +" status files after merge from another branch in my svn work path, like this:
M .
A + protected/extensions/Everyman/neo4jphp.phar
A + protected/extensions/Everyman/InitNeo4j.php
A + protected/extensions/Everyman/README
When I submit a review by using post-review, upload diff failed:
Error uploading diff
Your review request still exists, but the diff is not attached.
and the debug log show
Got API Error 219 (HTTP code 400): The specified diff file is empty
when i try get diff to upload using svn diff, bug get nothing
How can I post a review for these "A +" status files?
I believe you should create your diff file in the unified format - please see the reviewboard documentation that explains it here.
On the other hand, the "svn diff" command should give you by default the unified format but in your case it doesn't.
In this case, I would say it worth checking your SVN client documentation on how to get the unified diff format.
HTH!