Revert a revision in the svn repository

Below are the steps to revert a revision in SVN Repository

1. Execute command "svn merge -r <<revision num>>:<<revert to revision>> <<local path to branch>> (Example: svn merge -r 11221:11220 /local/proj/trunk)

2. Validate the changes made by the above command to the local files. Resolve conflicts

3. Commit changes.