Create Subversion repository

How to create a Subversion repository in Linux (e.g. Ubuntu)

Create a subversion repository

If your Subversion server is located in /srv/svn/:

  1. sudo svnadmin create /srv/svn/myproject
  2. sudo chown -R www-data:subversion /srv/svn/myproject
  3. sudo chmod -R g+rws /srv/svn/myproject

This post is also available in: Swedish

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>