svn merge from trunk to branch conflict for a file deleted in the trunk
- by Riccardo Galli
After a subversion merge from trunk to branch, I got a conflict because a file has been deleted in the trunk and modified in the branch.
I would like to keep the trunk choice, but using "svn resolve --accept theirs-full" from the branch directory tells me
svn: warning: Tree conflicts can only be resolved to 'working' state; '/path/to/file' not…