Dave Myron wrote:
The error with the rescue block in format_log_xml.rb commented out: /opt/local/lib/ruby/1.8/rexml/parsers/treeparser.rb:90:in `parse': REXML::ParseException from /opt/local/lib/ruby/1.8/rexml/document.rb:190:in `build' from /opt/local/lib/ruby/1.8/rexml/document.rb:45:in `initialize' from /Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/format_log_xml.rb:170:in `new' from /Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/format_log_xml.rb:170
The error with the rescue block uncommented: /opt/local/lib/ruby/1.8/rexml/source.rb:226:in `pos': Illegal seek (Errno::ESPIPE) from /opt/local/lib/ruby/1.8/rexml/source.rb:226:in `current_line' from /opt/local/lib/ruby/1.8/rexml/parseexception.rb:44:in `line' from /opt/local/lib/ruby/1.8/rexml/parseexception.rb:28:in `to_s' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/escape.rb:30:in `htmlize' from /Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/svn_helper.rb:90:in `handle_default_exceptions' from /Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/format_log_xml.rb:174
Nobody else is seeing this error? It's really strange the running the commands separately works but piping them together leads to these problems. Can anybody confirm this?
Thanks, Dave