SVN Delete
The directories can be scheduled for deletion by using the delete command. The directories will be deleted on the commit command. Files and links are deleted directly by using the delete command.Syntax:
$ svn delete nameExample:
$ svn delete try D try $The file try will be deleted directly by the above command.
