method

checkout

rails latest stable - Class: Rails::Svn

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

checkout(repos, branch = nil)
public

No documentation available.

# 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