I would like to “overwrite” my last commit with the previous version. I tried to checkout the version 631, do some changes, and commit it as version 633. But svn doesn’t agree, because version 632 exists.
What is the easiest way to do it? It is a multi-file commit. I don’t want to make it manually.
Instead of checking out 631, do a
REVERTto 631. Then you can change and check in.