# File lib/capistrano/recipes/deploy/scm/base.rb, line 87
        def checkout(revision, destination)
          raise NotImplementedError, "`checkout' is not implemented by #{self.class.name}"
        end