Class: Capistrano::Svn

Inherits:
SCM
  • Object
show all
Defined in:
lib/capistrano/svn.rb

Defined Under Namespace

Modules: DefaultStrategy

Instance Attribute Summary

Attributes inherited from SCM

#context

Instance Method Summary collapse

Methods inherited from SCM

#check, #clone, #fetch, #fetch_revision, #initialize, #release, #release_path, #repo_path, #repo_url, #test, #test!, #update

Constructor Details

This class inherits a constructor from Capistrano::SCM

Instance Method Details

#svn(*args) ⇒ Object

execute svn in context with arguments



8
9
10
11
# File 'lib/capistrano/svn.rb', line 8

def svn(*args)
  args.unshift(:svn)
  context.execute *args
end