I need to delete a folder's contents in tortoise subversion. So basically the developer loaded up 30gigs of data in the trunk of the project for a test and now wants to delete the all of the contents of this folder and not keep any of these data for retention.
So would I use this command and is this the Correct Syntax: svn delete something.com/svn/prod/WHOtest/trunk
Then commit and then just recreate the folder and commit again?