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