Both A and B are valid conflict resolution strategies in SVN. A: Use the built-in conflict editor to manually merge changes, then mark as resolved. B: Delete the conflicted file, update to get the repository version, then reapply local changes. C is incorrect - committing during a conflict state will fail and risks data loss.