Method: RSCM::Base#move

Defined in:
lib/rscm/base.rb

#move(relative_src, relative_dest, options = {}) ⇒ Object

Schedules a move of relative_src to relative_dest Should not take effect in the central repository until commit is invoked.

Raises:

  • (NotImplementedError)


117
118
119
# File 'lib/rscm/base.rb', line 117

def move(relative_src, relative_dest, options={})
  raise NotImplementedError
end