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.
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.
Links for June 18, 2009:
Puppet + Subversion in Fifteen Minutes – Overview of quickly setting up Puppet integrated with Subversion.
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