Parent

Methods

Class/Module Index [+]

Quicksearch

Rails::Svn

Public Class Methods

checkout(repos, branch = nil) click to toggle source
# File lib/rails_generator/generators/applications/app/scm/svn.rb, line 3
def self.checkout(repos, branch = nil)
  `svn checkout #{repos}/#{branch || "trunk"}`
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.