Method: Scm::Svn#update
- Defined in:
- lib/eo/scm/svn.rb
#update ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/eo/scm/svn.rb', line 7 def update old_commit = now_commit system("svn update") new_commit = now_commit if new_commit != old_commit && self.autorun self.autorun.split(';').each { |x| eval x } end end |