I'm Working on a Windows project and I have an issue:
My head revision is at 670, but the code is broken for some reason.
So I did a new svn checkout (a copy) of my old revision (668), which worked, but I forgot to do a revert so the 668 revision became the 671th, and I have modified my code in this revision.
So now I got a folder/repo with the 668 revision which is different from the initial 668 revision and I want to commit it to the head, but I don't know how to properly do that, can someone help me?