Method: Chef::Provider::Subversion#action_export

Defined in:
lib/chef/provider/subversion.rb

#action_exportObject



71
72
73
74
75
76
77
# File 'lib/chef/provider/subversion.rb', line 71

def action_export
  if target_dir_non_existent_or_empty?
    action_force_export
  else
    Chef::Log.debug "#{@new_resource} export destination #{@new_resource.destination} already exists or is a non-empty directory - nothing to do"
  end
end