Imagine I have the following repo history
1000 -- 1001 -- 1002
In revision number 1001 I added a few files in the subdirectories and commited it to 1002. But what actually I had to do was to remove all files from some of these subdirectories and then add new files and then commit it to revision number 1002.
As humans make mistake :) and so I was no exception. Now 1002 has all the new files and old files, and it will be very very hard if I have to remove files from 1002, as it will be a mix of all files. Is there a way I can easily do this in svn?
Thanks