I ran commands like
svn merge -r1009:1007 .
svn ci
In fact, those are the exact commands I ran.
I've since made some changes and now I want the changes from commit 1008 reapplied to the working copy (which is at HEAD).
I tried
svn merge -r1007:1008 .
And no output was made and a diff shows no changes.
How do I re-apply the change from commit 1008?
This is similar to the question in Undo reverse merge in Subversion, or double-reverse merge, but note that I reverse merged 2 commits and only want to re-apply the one.