From: Kouhei Sutou Date: 2006-03-02T12:46:04+09:00 Subject: Re: Ruby path for SVN log XML -> HTML Hi, In "Re: Ruby path for SVN log XML -> HTML" on Thu, 2 Mar 2006 03:58:37 +0900, Bil Kleb wrote: > Question: why isn't this part of our commit-email.rb? Don't > you use it as part of your post-commit hook? No. I made the script only for you. ;) I added the script to trunk Subversion repository as example: https://svn.collab.net/repos/svn/trunk/tools/examples/svnlog2html.rb > BTW: I got a nil String error from $PWD. Here's my patch, Thanks. I used Dir.pwd instead of ENV['PWD']. Regards, -- kou