to create a new SVN repository it is an easy task :
- first you need to have the subversion installed in your machine :
- fedora :
# yum install subversion
- ubuntu :
# apt-get install subversion
- now you have subversion installed and ready to create your repository:
# svnadmin create /path/to/repository/folder