I am getting the tree conflict message as mentioned below -
514 (dev) dev:/export/home/user> svn status
M .
! C ABC_NY
> local delete, incoming edit upon merge
Summary of conflicts:
Tree conflicts: 1
What I did:
- Created a feature branch from the trunk.
- Did some changes in trunk; deleted few junk files from trunk.
- Merged trunk to the feature branch. Everything was working fine till this point.
- Did some changes in the feature branch; now the feature branch is ready for a release to PROD.
- Tried merging the feature branch to trunk and having this conflict error.
Not sure why I am getting this error and how to avoid it.
Thanks.