Skip to content

Initializing an SVN repository

To initialize a Subversion repository, use the svnadmin command. In its simplest form:

> svnadmin create /var/svn/repos

For an HTTP repository, it might be something like the following:

> sudo -H -u www svnadmin create /var/svn/repos

References: “Creating the Repository” Version Control with Subversion

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*