# File lib/chef/provider/deploy.rb, line 192 def update_cached_repo if @new_resource.svn_force_export svn_force_export else run_scm_sync end end