• only use Pathname#realpath on files which actually exist (e.g. a svn rm’ed or svn mv’ed file will have an entry in svn st, but will not exist on disk, and would cause Pathname#realpath to throw an exception) Changed: U trunk/Bundles/Subversion.tmbundle/Support/svn_commit.rb