I want to know whether it is possible to commit to a previous version. I want to overwrite the previous version. The situation is like this:
I worked on a file and made important modifications that fixed many issues. I committed the changes and SVN reflected version number 10 of the file. The previous version, i.e., the 9th version was written by another programmer and this version is at present in production. I am asked to upload my version. I want to keep the other programmer's version also. I downloaded his version using FileZilla and kept in another folder. I want to overwrite the 9th version with this safe copy, before I upload my copy.
What is the best approach?