How do I take a range of commits in my SVN repository and combine them?
For example, revisions 4-10 exist in the repository and I want to combine them into a new revision 4 that contains all the changes in the previous 4-10.
I don't want to break any existing tags, which were created via svn copy.
This is because the repository was previously in ClearCase, and Polarion's migration tool left a huge number of single file commits that need to be cleaned up.