#!/usr/bin/ruby REPOS=ARGV[0] TXN=ARGV[1] svnlog =%x{svnlook log -t #{TXN} #{REPOS}}.chomp! exit 1 if svnlog.size == 0