I'm using svn
1.6.11.
My project has one branch and I am refactoring to make the directory structure compatible with maven. (I saw this question already, but I think my situation is slightly different).
Everything was going perfectly as I was moving one dir at a time, committing to trunk, merging to branch and then committing to the branch in a cycle but the last directory I moved, svn won't merge the delete part of the move.
Only the copy part was merged.
I committed the merge to branch before I noticed and it looks like I've locked in the problem.
If I try to revert the commit, I get a conflict on the deleted directory.
What can I do to clean this up?
EDIT: I just worked out more. I made two further attempts at merging into the branch and I committed the attempts but the merges didn't delete the directory, they merged changes in the directory which had been made prior to the move action.
So svn merge thinks that trunk still has this directory, but it doesn't, the delete change was committed and even other earlier operations in that deleted directory are still visible.