On Wed, Aug 6, 2014 at 12:14 PM, Andreas Stieger <andreas.stie...@gmx.de> wrote: > Hello, > > I recommend the following: > In a clean working copy of the feature branch... > svn mv host host_branch > Then perform the merge, now without tree conflict. > svn mv host_branch/test host/ > svn rm host_branch >
Thanks! That got me around my immediate problem. But why does "svn merge" output misleading status, saying that it added files and folders that never actually get added to the working copy?