reference from : http://www.pyrasis.com/main/Subversion-HOWTO

creating new repository
on home directory of svn ( /home/svn/ )

svnadmin create --fs-type fsfs <name>

this command creates directory as well as the setting files under it.

and 3 basic directories are needed. following is the command

svn mkdir svn://<target addres>/<name>/trunk
svn mkdir svn://<target addres>/<name>/branches
svn mkdir svn://<target addres>/<name>/tags

+ Recent posts