Situation:
I've got a SVN repository with lets say 100 revisions, rev. 100 being the most recent one. I've done some changes in rev. 90 which need to be reverted now. The changes in rev. 90 are self-contained, so that they don't affect following revisions.
Problem:
I'd like to revert only the changes in rev. 90, but still want to have all changes of all following revisions in my head revision.
Question:
Is there any function in SVN to revert only the changes of a random revision?