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