Revert commits in svn

Here's how to revert commit modifications of a single file in subversion

[enice@redu02 fwNode]$ svn log pom.xml
------------------------------------------------------------------------
r134022 | jenkinst | 2015-04-01 16:00:30 +0200 (Wed, 01 Apr 2015) | 2 lines
 
[maven-release-plugin] prepare release fwNode-5.0.0
 
------------------------------------------------------------------------
r134005 | golonka | 2015-04-01 15:35:38 +0200 (Wed, 01 Apr 2015) | 2 lines
 
mavenization
 
------------------------------------------------------------------------
 
[enice@redu02 fwNode]$ svn merge -r 134022:134005 ./pom.xml
--- Reverse-merging r134022 through r134006 into 'pom.xml':
U    pom.xml
 
[enice@redu02 fwNode]$ svn commit