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

Re: A way not to send the post-commit message?

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Tue, 28 Jun 2016 15:53:48 -0500

On Fri, Jun 24, 2016 at 9:06 AM, Frank Siegel <frank_at_fbs419.com> wrote:
>
> On large checkins, the checkin goes fine, but the post commit message
always fails. The Tortoise client keeps giving me the same error message:
>
> Broken pipe at /root/perl5/lib/perl5/SVN/Notify.pm line 2418
>
> Then I have to stop the client, and it's not ideal.
>
> On these checkins, it's really not necessary to send the email. I
suppose I could go into the server and disable the post commit, but is
there a way in the Tortoise client, for a given commit, to tell it not to
send the email? -- Thanks
>

You could modify the hook script to check for certain properties of the
commit, and then avoid the email if those properties are met.

Those properties could be something as simple as a commit message with
specific keywords, or perhaps make it smarter and look for sizes, etc.

But there isn't anything that can be done purely in the client, without
such a behavior coded in the hook script.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3177236

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-06-28 22:54:18 CEST

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

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