subversion

subversion

Use the subversion resource to manage source control resources that exist in a Subversion repository.

Note

This resource is often used in conjunction with the deploy resource.

Syntax

A subversion resource block manages source control resources that exist in a Subversion repository:

subversion 'CouchDB Edge' do
  repository 'http://svn.apache.org/repos/asf/couchdb/trunk'
  revision 'HEAD'
  destination '/opt/mysources/couch'
  action :sync
end

The full syntax for all of the properties that are available to the subversion resource is:

subversion 'name' do
  destination                String # defaults to 'name' if not specified
  group