Download List

Descripción del Proyecto

The svnmailer is a tool that is usually called by
a subversion hook to submit commit notifications
in various ways (at the moment: mail via SMTP or a
pipe to a sendmail like program, news via NNTP, or
CIA live tracker notification via XML-RPC). It is
derived from the original mailer.py distributed
with subversion, but should be much more
consistent, more extensible, and have many more
features.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-26 06:23
1.0.9

El cambio más importante de este comunicado se hace para apoyar a las modificaciones de la API de la próxima versión 1.7 de Subversion. Los cambios adicionales frente a los de larga data python2.5 problema de compatibilidad y el doble escape de mensajes de confirmación. Esta versión también añade una página de manual para el script svn-mailer.
The major change of this release is made to support the API modifications of the upcoming subversion 1.7 release. Additional changes address the long-standing python2.5 compatibility problem and the double escaping of commit messages. This release also adds a manpage for the svn-mailer script.

2006-04-17 14:21
1.0.8

Esta versión permite la posibilidad de enviar mails como BCC y permite cia_rpc_server ser configurado por grupo de notificación.
Tags: Minor feature enhancements
This release enables the possibility to send mails
as BCC and allows cia_rpc_server to be configured
per notification group.

2006-02-22 22:58
1.0.7

Esta versión corrige un error de Unicode que se estrelló el cliente de correo si el prefijo común de los archivos en la línea de asunto contiene caracteres no ASCII.
Tags: Minor bugfixes
This release fixes a Unicode error that crashed the mailer if the common prefix of the files in the subject line contained non-ASCII characters.

2006-02-04 22:16
1.0.6

Esta versión corrige un error que envió el contenido completo diferenciaciones en lugar de sólo darse cuenta de los cambios de propiedad, incluso si está configurado para hacer solamente el segundo.
Tags: Minor bugfixes
This release fixes a bug which posted full content
diffs instead of just noticing the property
changes even if configured to do only the latter.

2005-09-27 01:17
1.1.0-dev-r1373

Esta es la primera versión de desarrollo hacia la versión 1.1.0. Una gran cantidad de código ha sido rediseñado, y no ha terminado todavía. El marco de pruebas ha sido mejorado, y el conjunto de pruebas se ha ampliado. Los cambios son más visibles por el usuario integrado en los generadores de URL del repositorio y el nuevo navegador - opción de fondo de línea de comandos. Una página de manual para la secuencia de comandos svn programa de correo, se han añadido algunas configuraciones de ejemplo, y scripts gancho. La documentación está instalado por defecto.
Tags: Development, Code cleanup
This is the first development release towards the 1.1.0 version. A lot of code has been refactored, and it's not finished yet. The testing framework has been improved, and the test suite has been extended. User visible changes include more built-in repository browser URL generators and the new --background command line option. A man page for the svn-mailer script, some sample configurations, and hook scripts were added. The documentation is now installed by default.

Project Resources