Method: R10K::Module::SVN#sync

Defined in:
lib/r10k/module/svn.rb

#syncObject



68
69
70
71
72
73
74
75
76
77
# File 'lib/r10k/module/svn.rb', line 68

def sync
  case status
  when :absent
    install
  when :mismatched
    reinstall
  when :outdated
    update
  end
end