class method
self.checkout
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
self.checkout(repos, branch = nil)
No documentation comment.
Parameters
-
reposreq -
branchopt = 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