Put a post-commit script in your svn repository/hooks directory that
looks something like this:

#!/bin/sh
REPOS="$1"
REV="$2"
/usr/local/bin/svnnotify -r $REV -C -d -H HTML::ColorDiff -p $REPOS -t
[EMAIL PROTECTED] --from [EMAIL PROTECTED]
--reply-to turbogears@googlegroups.com

Kevin

On 2/21/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
> what is the most expedient way for a typical SVN/Trac setup to have
> such functionality ?
>
> On Feb 21, 2006, at 12:35 PM, Florent Guillaume wrote:
>
> > Hi,
> >
> > Is there a mailing-list for the checkins of SQLAlchemy? A checkins
> > list is the best way I know of following closely a project.
> >
> > I know of the Trac RSS feeds for the changesets, but they're not
> > very practical as I'd like to get emails with the full diffs for
> > each changeset.
> >
> > Thanks,
> > Florent
> >
> > --
> > Florent Guillaume, Nuxeo (Paris, France)   Director of R&D
> > +33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through
> > log files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD
> > SPLUNK!
> > http://sel.as-us.falkag.net/sel?
> > cmd=lnk&kid=103432&bid=230486&dat=121642
> > _______________________________________________
> > Sqlalchemy-users mailing list
> > Sqlalchemy-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Sqlalchemy-users mailing list
> Sqlalchemy-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to