so when trying to set up an SVN server I somehow managed to make our repositories
folder a single repository, and every repository created after that was treated as part of that repository. Now I have a multiple projects living in one repository that need to be separate. Is there a way to separate these folders out into separate repositories?
EDIT: it seems like this could be done with svnadmin dump
and svnadmin load
but I can't figure out how to dump a folder within a repository, instead of dumping the entire repository.