Remove a commit from a svn repository
Bad things(tm) happen. From time to time you’ll find yourself with a problem that cannot be fixed simply by reverting to a previous revision.
In fact, even if you commit an old version of the file, the data that you previously committed will still be there: this is all what VCS (Version Control Systems) are about: [...]
