svnadmin create — 创建一个新的空的版本库。
Create a new, empty repository at the path provided.
If the provided directory does not exist, it will be
created for you.
[55]
As of Subversion 1.2, svnadmin
creates new repositories with the
fsfs filesystem backend by
default.
While svnadmin create will create
the base directory for a new repository, it will not
create intermediate directories. For example, if you
have an empty directory named
/var/svn, creating
/var/svn/repos will work, while
attempting to create
/var/svn/subdirectory/repos will
fail with an error.