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 rev
Reading between the lines, take a look at svk, which should let you run a local repository then commit a number of changes at once to the main repository.