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