# File lib/chef/provider/subversion.rb, line 79 def action_force_export converge_by("export #{@new_resource.repository} into #{@new_resource.destination}") do run_command(run_options(:command => export_command)) end end