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

Re: SVN Commit emails

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 17 Jul 2008 17:00:05 -0500

On Jul 17, 2008, at 16:36, raja72 wrote:

> We are running Subversion 1.4.4 under windows.
>
> The commit emails are empty and subversion is not adding any
> content (last
> commit info and difference between the last 2 versions) to it. but
> when I
> run the post-commit.bat from command line it's sends the email with
> the
> required details. So wondering is there any specific settings I
> need to do
> in Subversion to send emails with required content.
>
> Attaching the script for reference.
>
> Thanks in advance.
> Balu.
>
> http://www.nabble.com/file/p18517288/post-commit.bat post-commit.bat

You should call the svn command (and all other commands) with the
absolute path to the executable, e.g.:

C:\path\to\svn.exe

instead of

svn

Also note that you may want to use a ready-made commit email script
like mailer.py. You would just need to install Python.

http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/mailer/

Finally consider updating to Subversion 1.5.0 because it is the most
current version.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-18 00:01:03 CEST

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

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