Method: RSCM::Subversion#commit
- Defined in:
- lib/rscm/scm/subversion.rb
#commit(message, options = {}) ⇒ Object
70 71 72 73 74 |
# File 'lib/rscm/scm/subversion.rb', line 70 def commit(, ={}) svn(commit_command(), ) # We have to do an update to get the local revision right checkout_silent(nil, ) end |