March 09
Prof. Ismael H. F. Santos                                                                               2
Details: delete <URL>
nDelete items directly from the repository
nGreat for removing obsolete tags or branches
$ svn delete \
http://svn.example.com/repos/project/branches/issue-10 \
    -m "delete unused branch"
Committed revision 11.
$