Skip to content

Tag Archives: svn

Initializing an SVN repository

16-Mar-09

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