Remove a repository
To remove a repository (not a working copy of the repository), go to the root path of Subversion on the server hosting svn repositories, for example
~/svn/
and delete the directory of the repository, and, if applicable, the password file and access file
$ pwd
/home/foo/svn
$ ls
svnrepo1 svnrepo1.access svnrepo1.passwd svnrepo2 svnrepo2.access svnrepo2.passwd
$ rm svnrepo1 svnrepo1.access svnrepo1.passwd