I have two different branches. trunk and a personal branch. The same folder was added to both branches at separate times. Now I want to merge my changes back into trunk but the folder already exists. For example (Merge personalDevBranch => trunk)
ADDED rev 123 /trunk/foo/bar.cs
ADDED rev 120 /branches/personalDevBranch/foo/baz.cs
I am using TortoiseSVN and it picks up the conflict. But it will only allow me to keep the local directory. When I do this it doesn't pick up the file baz.cs which I would have assumed should be shown as a new file for addition.