Hi,

please find attached a manpage for svn-mailer, based on the source code,
the package description and the output of svn-mailer --help.

Cheers,
Julien Cristau
.TH SVN\-MAILER 1 "April 2006" "svn-mailer 1.0.8"
.SH NAME
svn\-mailer \- send subversion commit notifications
.SH SYNOPSIS
.B svn\-mailer \-\-commit
.BI \-\-repository\  rep
.RS
.BI \-\-revision\  rev
.RB [ \-\-config
.IR config "] [" OPTIONS ]
.RE
.B svn\-mailer \-\-propchange
.BI \-\-repository\  rep
.BI \-\-revision\  rev
.BI \-\-author\  author
.RS
.BI \-\-propname\  prop
.RB [ \-\-config
.IR config "] [" OPTIONS ]
.RE
.B svn\-mailer \-\-propchange
.BI \-\-repository\  rep
.BI \-\-revision\  rev
.BI \-\-author\  author
.RS
.BI \-\-propname\  prop
.BI \-\-action\  action
.RB [ \-\-config
.IR config "] [" OPTIONS ]
.RE
.B svn\-mailer \-\-lock
.BI \-\-repository\  rep
.BI \-\-author\  author
.RS
.RB [ \-\-config
.IR config "] [" OPTIONS ]
.RE
.B svn\-mailer \-\-unlock
.BI \-\-repository\  rep
.BI \-\-author\  author
.RS
.RB [ \-\-config
.IR config "] [" OPTIONS ]
.RE
.
.SH DESCRIPTION
The svnmailer is an extensible subversion commit notification tool.
However, its purpose in the first place is to create human readable
commit messages.
In order to accomplish this, the content may be recoded to fit the
requirements of the MIME standard.
The svnmailer is able to generate the proper viewcvs urls and place
them quite handy near the diffs in the notification mails.
.
.SH OPTIONS
.TP
.B \-\-commit
This is a regular commit of versioned data (post-commit hook).
This is the default mode.
.TP
.B \-\-propchange
This is a modification of unversioned properties (post-revprop-change hook).
.TP
.B \-\-lock
.I (svn 1.2 and later)
This is a locking call (post-lock hook).
.TP
.B \-\-unlock
.I (svn 1.2 and later)
This is a locking call (post-unlock hook).
.TP
.BI \-\-repository\  rep
The path to the repository directory.
.TP
.BI \-\-revision\  rev
The modified/committed revision number.
.TP
.BI \-\-author\  author
The author of the modification.
.TP
.BI \-\-propname\  prop
The name of the modified property.
.TP
.BI \-\-action\ action
.I (svn 1.2 and later)
The property change action.
.TP
.BI \-\-config\  config
The configuration file.
.TP
.B \-\-debug
Run in debug mode (means basically that all messages are sent to STDOUT).
.TP
.BI \-\-path\-encoding\  encoding
Specifies the character encoding to use for filenames.
By default, svn\-mailer determines it automatically based on the locale.
.SH FILES
By default, svn\-mailer looks for its configuration file in
.IR repository /conf/mailer.conf,
.IR svnmailer-dir /mailer.conf
and /etc/svn\-mailer.conf (where
.I svnmailer-dir
is the directory where svn\-mailer is installed.
.SH AUTHOR
svn\-mailer was written by Andr\('e Malo <[EMAIL PROTECTED]>.
.SH "SEE ALSO"
.BR svn (1),
.BR svnlook (1).

Attachment: signature.asc
Description: Digital signature

Reply via email to