From: Bil Kleb Date: 2006-03-02T03:58:37+09:00 Subject: Re: Ruby path for SVN log XML -> HTML Kouhei Sutou wrote: > > Here is my answer. Question: why isn't this part of our commit-email.rb? Don't you use it as part of your post-commit hook? BTW: I got a nil String error from $PWD. Here's my patch, Index: svnlog2html.rb =================================================================== --- svnlog2html.rb (revision 18105) +++ svnlog2html.rb (working copy) @@ -5,7 +5,7 @@ include ERB::Util -path = File.expand_path(ARGV.shift || $PWD) +path = File.expand_path(ARGV.shift || ENV['PWD']) html = <<-HEADER Regards, -- Bil http://fun3d.larc.nasa.gov