require 'rexml/document' include REXML if ARGV.empty? then puts "Usage: ruby #{$0} DELETED_FILE_PATH" puts "Find the revision when a certain path was deleted." exit end svn_info = `svn info`.split("\n") class <