From: Kouhei Sutou Date: 2006-02-17T01:47:04+09:00 Subject: Re: File.exist? svn2rss.rb Hi, In "File.exist? svn2rss.rb" on Thu, 16 Feb 2006 19:38:34 +0900, Bil Kleb wrote: > We're migrating from CVS to Subversion and I am looking > for a Ruby post-commit hook to produce an RSS feed. tools/hook-scripts/commit-email.rb is what you looking for. This script not just sending an e-mail but also producing a RSS feed. commit-email.rb \ "$REPOS" "$REV" your@mail.address \ -r http://YOUR.HOST/REPOSITORY/TOP/URI \ --rss-path /PATH/TO/RSS.rdf \ --rss-uri http://YOUR.HOST/URI/OF/RSS.rdf \ ... and other options ... Thanks, -- kou