I attempted to add a new project to an existing svn repository and ended up screwing it up royally - the wrong directories got included, including some very large files, causing me to cancel part way thru...
I'd like to remove the directory from subversion completely and try again. As I understand svn delete records the deletion but keeps knowledge of the old files around - it keeps a version of the files in its history.
Is there a way to completely and permanently delete the project I mistakenly checked in? Note that I don't want to get rid of the whole repository - I have other projects (directories) that I want to keep in there. I just want to get rid of the incorrectly created directory.