[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: request for discussion: repos hook system

From: David Ascher <DavidA_at_ActiveState.com>
Date: 2001-07-21 18:58:17 CEST

kfogel@collab.net wrote:
>
> We are closing in on self-hosting now, and it's time to write a hook
> system for the repository; would love comments & thoughts.

I suggest that someone look at the design that Sendmail used for SMTP
hooks in recent versions -- the milter API:

    http://www.sendmail.com/de/partner/resources/development/milter_api/

That's a C API, although we have a product which gives a Perl API.

   
http://aspn.activestate.com/ASPN/Reference/Products/PerlMx/lib/PerlMx.html

I suspect the milter API has very little overlap in 'details' w/ a
subversion hook API, but I get the impression from talking to the PerlMx
developers that the milter API is quite powerful, so they must have done
_something_ right =).

--david

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.