I have copied /trunk/project_a
to /branches/project_a/test_1
. However, I have not yet committed the newly created branch. Then I did some changes in the working copy which I originally intended to commit with the newly created branch. However, after I was done, it seems better to commit those changes into the trunk. (I could then commit the branch without the changes and merge them from the trunk or I just revert the branch creation and branch anew. That doesn't really matter.)
My question: Is there a way to merge uncommitted changes (and from an uncommitted branch) in SVN?