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?
That's because the diff you are trying to submit is indeed empty.
You can try "svn diff" in the folder with the files of A+ status, these A+ files are ignored.
As far as I know, there is no good way to make the "svn diff" notice the A+ files. You can however just copy the files here and use "svn add" before submitting the review, You will get the some content on the reviewboard eventually anyway.