# File lib/chef/provider/subversion.rb, line 56 def action_sync if !::File.exist?(@new_resource.destination + "/.svn") || ::Dir.entries(@new_resource.destination) == ['.','..'] action_checkout else run_command(run_options(:command => sync_command)) end @new_resource.updated_by_last_action(true) end