Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6706291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:30:12+00:00 2026-05-26T07:30:12+00:00

I am using SVNNotify to send post-commit notification messages. Sometimes I do a typo

  • 0

I am using SVNNotify to send post-commit notification messages. Sometimes I do a typo and I want to commit again but I do NOT want to bombard my users with yet another unimportant email message. So It would be nice to have a special directive to tell SVNNotify that it does NOT need to send any email this time. Something sent through the svn log message:

svn commit -m ‘Typo (_no_email_)’

So SVNNotify would parse _no_email_ and understand that it does NOT need to notify this time.

Does anyone know PERL and/or SVNNotify to perform such a hack on Notify.pm?

Thanks !!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:30:12+00:00Added an answer on May 26, 2026 at 7:30 am

    You can just add the following line on /usr/local/share/perl/5.10.1/SVN/Nofity.pm:

    # Abort if log message ends with _
    exit if ($self->{message}[0] =~ /_\s*$/);
    

    On line 1299 inside this loop:

    # Add the first sentence/line from the log message.
    unless ($self->{no_first_line}) {
    
        # Abort if log message ends with _
        exit if ($self->{message}[0] =~ /_\s*$/);
    
        # Truncate to first period after a minimum of 10 characters.
        my $i = index substr($self->{message}[0], 10), '. ';
        $self->{subject} .= $i > 0
            ? substr($self->{message}[0], 0, $i + 11)
            : $self->{message}[0];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using restlet, I want to make a post to android's c2dm service. I have
I'm using svnnotify . It works (sends email and all that) but it always
Using PHP and MySQL, I want to query a table of postings my users
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I am following this tutorial that is like the hello world for post-commit I
Using the variables extension, I want to change the background color of a cell
Using Xcode4.2.1, with a basic PhoneGap template based app. (I say template, but I
Using the current request I can get the URL hostname with: HttpContext.Current.Request.Url.Host But -
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
Using the C# Facebook SDK 5.0.3 everything works fine whit the client.Get(/me). But when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.