# File lib/vimmatelib/subversion.rb, line 131 def move(path, new_path) cleanup(path) new_client.move(path, new_path) rescue false else true end