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) or the current directory . (=period).
Explanations:
resolveaskssvnto resolve the conflictaccept workingspecifies to keep your working files-Rstands for recursive