You can try switching the working copy to another branch and then commit the changes.
As far as I know, it's not possible to merge uncommitted changes. svn wants you to specify the range of changes to merge, so that it can calculate the diff to be applied, and you cannot do this without first making the changes.
Orient pessach
source share