You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jon Gilkison <jo...@interfacelab.com> on 2004/03/24 04:19:46 UTC

C# commit-mail console application for subversion

After a lot of frustration twiddling with commit-email.py on a windows 2003
server with Exchange, I banged this puppy out in about an hour to do mostly
the same thing.

The biggest difference between this and the perl script is that this doesn't
mail out the diffs, it simply mails out what files changed, deleted or were
added and the current revision number; which is all I needed it to do.

A readme.txt file is included that directs you on how to use this as a hook
with a repository.  Config options are stored in an xml file that should be
included in the same directory as the application.

You'll need to compile this yourself with .NET 1.1, as it doesn't include
any binaries.  Should compile with MONO too, but I haven't tried.

Hope people find this helpful, and sorry if attachments are frowned on in
this group (just joined).

If you use this and make any enhancements, changes, etc. please shoot them
back to me.

Thanks,

Jon Gilkison
Interfacelab.com