I have two different branches. trunk and private compartment. The same folder was added to both branches at different times. Now I want to merge my changes back into the 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 use TortoiseSVN and it raises the conflict. But this will allow me to save the local directory. When I do this, it does not pick up the baz.cs file, which I would suggest should be shown as a new file to add.
source share