Method: Chef::Provider::Subversion#sync_command

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

#sync_commandObject



98
99
100
101
102
# File 'lib/chef/provider/subversion.rb', line 98

def sync_command
  c = scm :update, new_resource.svn_arguments, verbose, authentication, proxy, "-r#{revision_int}", new_resource.destination
  logger.trace "#{new_resource} updated working copy #{new_resource.destination} to revision #{new_resource.revision}"
  c
end