Re: [SVN-MIGRATION] cvs: SVNROOT / commit-email.php
[email protected] (Markus Fischer)
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
Gwynne Raskind wrote: > On Nov 10, 2008, at 4:51 PM, Alexey Zakhlestin wrote: >>> gwynne Mon Nov 10 21:19:10 2008 UTC >>> >>> Added files: >>> /SVNROOT commit-email.php >>> Log: >>> commit e-mail script >> I see, that you use svnlook using commandline.. Did you consider using >> pecl-svn extension? >> http://pecl.php.net/package/svn > > I didn't feel like requiring an extension to be available when the > commandline tools do the job more easily. Just my 2c, there's also a nice solution available called svnnotify; it's in perl and provides many options for tuning the output, including and limiting diffs in either text or HTML, etc. It's probably available in all distribution and is used in the post-commit hook. cheers