Hello!
I occur such problem: During merge from branch to trunk - files from trunk are symply replaced by files from branch, but I want to merge them...
In detais:
1. I'm creating a branch
2. Branch is strongly rewrited. Some files are overwritten by files from other source.
3. I'm merging to trunk (folder xxx) in such a way:
svn merge --reintegrate svn://server/svn/branch/xxx
So, instead of code of files in trunk/xxx will be combined with branch/xxx, files from branch are replacing files form trunk.
Last updated