Everybody hello !
I did a wrong commit just because it's easy to make a blunder with the shell.
I would like to cancel it and delete it so nobody will ever get my blunder on their local repository in the future like it is possible with Git.
Unfortunately, I don't find a way to do it.
I typed :
svn merge -r REVISION_WITH_THE_MISTAKE:PREVIOUS_REVISION .
but it just gets my repository back on the previous revision. The latest revision of the project still contains my mistake.
I did another commit to try to replace my previous bad commit but svn just creates another revision so it just keeps my mistake in the repository for good and I can't do anything.
Anybody has a solution ?
Thx!