# File lib/chef/provider/subversion.rb, line 65
      def sync_command
        Chef::Log.info "Updating working copy #{@new_resource.destination} to revision #{@new_resource.revision}"
        scm :update, @new_resource.svn_arguments, verbose, authentication, "-r#{revision_int}", @new_resource.destination
      end