# File lib/chef/provider/subversion.rb, line 70
      def checkout_command
        Chef::Log.info "checking out #{@new_resource.repository} at revision #{@new_resource.revision} to #{@new_resource.destination}"
        scm :checkout, @new_resource.svn_arguments, verbose, authentication, 
            "-r#{revision_int}", @new_resource.repository, @new_resource.destination
      end