Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • no_diff_deleted -

    By default, when a file is deleted from the repository, svnlook diff
    prints the entire contents of the file. If you want to save space
    in the log and email messages by not printing the file, then set
    no_diff_deleted to 1.

  • no_diff_added -

    By default, when a file is added to the repository, svnlook diff
    prints the entire contents of the file. If you want to save space
    in the log and email messages by not printing the file, then set
    no_diff_added to 1.

Tagged Arguments

Tagged Arguments require the word notify. and some unique value also followed by a dot to prepend the argument. This is used to group all of the arguments together.

  • email_addresses -

    This can be a single email address or multiple email addresses separated with commas. These are the addresses that the email message will be sent to.

  • from_address -

    This is a single email address. It will be the From: address specified in the email.

  • match_regex -

    This is a regular expression used to match locations within the repository. When changes occur within those locations, emails will be sent. Do not use a leading /. If you want to anchor the pattern to the top of the repository use the ^.

  • reply_to -

    This is a single email address. It will be the Reply-To: address specified in the email.

  • subject_prefix -

    This is a short string. It will be prepended to the subject line.

  • show_diff -

    This is a 1 or a 0. It indicates whether to display the diffs of changed files.