I was in the middle of doing a recursive svn add/commit, and a folder which did not have the proper ignore properties was included. I’ve got about 100 uploaded binary files versioned now, but I haven’t committed yet.
What is the easiest way to ‘undo’ this, without deleting all the documents?
Use
svn revert --recursive folder_nameWarning
http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.revert.html