What you can do to resolve your conflict is
svn resolve --accept working -R <path>
where <path> is where you have your conflict (can be the root of your repo).
Explanations:
resolveaskssvnto resolve the conflictaccept workingspecifies to keep your working files-Rstands for recursive
EDIT:
To sum up what was said in the comments below:
<path>should be the directory in conflict (C:\DevBranch\in the case of the OP)- it’s likely that the origin of the conflict is
- either the use of the
svn switchcommand - or having checked the
Switch working copy to new branch/tagoption at branch creation - more information about conflicts can be found in the dedicated section of Tortoise’s documentation.
- to be able to run the command, you should have the CLI tools installed together with Tortoise:
