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?
I dont think you can permanently delete the contents through svn. Even if you delete the content, its svn history will be always there.
I think you will have to manually delete the content from the server.