we currently are using SVN and a developer accidentally deleted a folder of 3000 files and then added them back in fresh and committed. Then that branch was reintegrated into trunk. So now our SVN trunk has a history that shows a folder being deleted then 3000 files being added back.
Any idea how we can revert trunk back to the revision prior to the merge? My fear is if we do a revert that wont solve the problem because when we try and synchronize one branch from trunk it will replay all the checkins and delete the folder and then recreate, essentially blowing all the files in that branch.