svn merge from trunk to branch conflict for a file deleted in the trunk

Posted by Riccardo Galli on Stack Overflow See other posts from Stack Overflow or by Riccardo Galli
Published on 2010-03-30T10:57:50Z Indexed on 2010/03/30 11:03 UTC
Read the original article Hit count: 440

Filed under:

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 resolved

What should I do to have the file correctly deleted in the branch ?

© Stack Overflow or respective owner

Related posts about svn