Skip to content

Tag Archives: subversion

Bookmarks for October 19, 2009

22-Oct-09

Links for October 19, 2009:

Keeping Grid Engine configuration information in Subversion – scompt.com – How-to on "Storing [...] Grid Engine configuration in Subversion" automatically, possibly from cron.

Bookmarks for June 18, 2009

20-Jun-09

Links for June 18, 2009:

Puppet + Subversion in Fifteen Minutes – Overview of quickly setting up Puppet integrated with Subversion.

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