class method self.checkout

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

self.checkout(repos, branch = nil)

No documentation comment.

Parameters

repos req
branch opt = nil
Source
# File railties/lib/rails_generator/generators/applications/app/scm/svn.rb, line 3
    def self.checkout(repos, branch = nil)
      `svn checkout #{repos}/#{branch || "trunk"}`
    end

Defined in railties/lib/rails_generator/generators/applications/app/scm/svn.rb line 3 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Svn

Type at least 2 characters to search.

↑↓ navigate · open · esc close