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
-
« Home
-
RSS Feeds