EnglishFrenchSpanish

OnWorks favicon

svn-mailer - Online in the Cloud

Run svn-mailer in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command svn-mailer that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


svn-mailer - A feature rich subversion commit notification tool

SYNOPSIS


svn-mailer --commit -d repos -r rev [-f config]

svn-mailer --propchange -d repos -r rev -a author -n propname
[-o action] [-f config]

svn-mailer --lock -d repos -a author [-f config]

svn-mailer --unlock -d repos -a author [-f config]

DESCRIPTION


The svnmailer package is a tool to post notifications of subversion events to various
targets in different ways. Currently implemented: Mail via SMTP or a sendmail pipe, news
via NNTP, XML via XMLRPC to a CIA tracker (see http://cia.navi.cx/ for details).

The svn-mailer command line script is typically invoked via subversion's hook mechanism,
but you can run it manually as well. This is useful to resend missing messages or for
debugging purposes. Remember to start it under the correct user/group id. Otherwise it
may have problems to open the repository or the config file.

The svnmailer can be used in most cases as a drop-in replacement for mailer.py distributed
with subversion. There are some subtle differences which are dedicated to more behavior
consistency. (Hopefully) all of them are stated in the HTML documentation.

GENERAL OPTIONS
--version
show program's version number and exit

-h, --help
show a help message and exit

COMMON PARAMETERS
--debug
Run in debug mode (means basically that all messages are sent to STDOUT)

-dREPOSITORY, --repository=REPOSITORY
The repository directory

-fCONFIG, --config=CONFIG
The configuration file

-ePATH_ENCODING, --path-encoding=PATH_ENCODING
Specifies the character encoding to be used for filenames. By default the encoding
is tried to be determined automatically depending on the locale.

BEHAVIOR OPTIONS
The behavior options are mutually exclusive, i.e. the last one wins.

-c, --commit
This is a regular commit of versioned data (post-commit hook). This is default.

-p, --propchange
This is a modification of unversioned properties (post-revprop-change hook)

-l, --lock
(svn 1.2 and later) This is a locking call (post-lock hook). The locked file names
are read from STDIN.

-u, --unlock
(svn 1.2 and later) This is a unlocking call (post-unlock hook). The unlocked file
names are read from STDIN.

SUPPLEMENTAL PARAMETERS
-rREVISION, --revision=REVISION
The modified/committed revision number

-aAUTHOR, --author=AUTHOR
The author of the modification

-nPROPNAME, --propname=PROPNAME
The name of the modified property

-oACTION, --action=ACTION
(svn 1.2 and later) The property change action. If specified, the old property
value is read from STDIN.

CONFIGURATION FILES


If the configuration file is not specified on the command line it is searched at default
locations. The first one found is loaded. The locations are, in order: svnmailer.conf in
the conf/ directory of the given repository, svnmailer.conf in the script directory
itself, /etc/svnmailer.conf.

OLD STYLE COMMAND LINE


Alternatively you can use the old style compatibility command lines (options described
above don't apply then):

svn-mailer commit repos rev [config]

svn-mailer propchange repos rev author propname [config]

With svn 1.2 and later:
svn-mailer propchange2 repos rev author propname action [config]

svn-mailer lock repos author [config]

svn-mailer unlock repos author [config]

REPORTING BUGS


If you've found a bug or have an idea how to improve the svnmailer, please send a mail to
<[email protected]>.

AUTHOR INFORMATION


André "nd" Malo <[email protected]>, GPG: 0x8103A37E

Use svn-mailer online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 2
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 3
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 4
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 5
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • 6
    CMU Sphinx
    CMU Sphinx
    CMUSphinx is a speaker-independent large
    vocabulary continuous speech recognizer
    released under BSD style license. It is
    also a collection of open source tools ...
    Download CMU Sphinx
  • More »

Linux commands

Ad