# File lib/capistrano/recipes/deploy/scm/none.rb, line 29 def checkout(revision, destination) "cp -R #{repository} #{destination}" end