svnadmin create — Create a new, empty repository at REPOS_PATH.
svnadmin create REPOS_PATH
Create a new, empty repository at the path provided. If the provided directory does not exist, it will be created for you.[44]
--bdb-txn-nosync --bdb-log-keep
Creating a new repository is just this easy:
$ svnadmin create /usr/local/svn/repos
[44] Remember, svnadmin works only with local paths, not URLs.