How do I delete a svn repository?
Solution 1:
Since a repository is not a single file but a directory structure (conf, dav, db, ...) you might want to use
rm -rf /path/to/directory
Solution 2:
rm -rf /path/to/repository
Since a repository is not a single file but a directory structure (conf, dav, db, ...) you might want to use
rm -rf /path/to/directory
rm -rf /path/to/repository