# File lib/chef/provider/subversion.rb, line 41
      def action_checkout
        run_command(run_options(:command => checkout_command))
        @new_resource.updated_by_last_action(true)
      end