Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svn::hooks::notify(3pm) [debian man page]

SVN::Hooks::Notify(3pm) 				User Contributed Perl Documentation				   SVN::Hooks::Notify(3pm)

NAME
SVN::Hooks::Notify - Subversion activity notification. VERSION
version 1.19 SYNOPSIS
This SVN::Hooks plugin sends notification emails for Subversion repository activity. It is actually a simple wrapper around the SVN::Notify module. It's active in the "post-commit" hook. It's configured by the following directives. NOTIFY_DEFAULTS(%HASH) This directive allows you to specify default arguments for the SVN::Notify constructor. NOTIFY_DEFAULTS( user_domain => 'cpqd.com.br', sendmail => '/usr/sbin/sendmail', language => 'pt_BR', ); NOTIFY_DEFAULTS(smtp => 'smtp.cpqd.com.br'); Please, see the SVN::Notify documentation to know about all the available options. NOTIFY(%HASH) This directive merges the options received with the defaults obtained from NOTIFY_DEFAULTS and passes the result to the SVN::Notify constructor. Note that neither the "repos_path" nor the "revision" options need to be specified. They are grokked automatically. NOTIFY( to => 'commit-list@example.com', with_diff => 1, ); NOTIFY( to_email_map => { '^trunk/produtos|^branches' => 'commit-list@example.com', '^conf' => 'admin@example.com', }, subject_prefix => '[REPO] ', attach_diff => 1, ); AUTHOR
Gustavo L. de M. Chaves <gnustavo@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by CPqD. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-24 SVN::Hooks::Notify(3pm)

Check Out this Related Man Page

SVN::Hooks::CheckMimeTypes(3pm) 			User Contributed Perl Documentation			   SVN::Hooks::CheckMimeTypes(3pm)

NAME
SVN::Hooks::CheckMimeTypes - Require the svn:mime-type property. VERSION
version 1.19 SYNOPSIS
This SVN::Hooks plugin checks if the files added to the repository have the svn:mime-type property set. Moreover, for text files, it checks if the properties svn:eol-style and svn:keywords are also set. The plugin was based on the check-mime-type.pl <http://svn.digium.com/view/repotools/check-mime-type.pl> script. It's active in the "pre-commit" hook. It's configured by the following directive. CHECK_MIMETYPES([MESSAGE]) This directive enables the checking, causing the commit to abort if it doesn't comply. The MESSAGE argument is an optional help message shown to the user in case the commit fails. Note that by default the plugin already inserts a rather verbose help message in case of errors. CHECK_MIMETYPES("Use TortoiseSVN -> Properties menu option to set properties."); AUTHOR
Gustavo L. de M. Chaves <gnustavo@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by CPqD. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-24 SVN::Hooks::CheckMimeTypes(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Notify Command.

Hi, I am using the NOTIFY command and I am getting the emails.. I tried MAILX and e-mail is being sent. I want to use NOTIFY to see if my jobs are completed or not. Am I missing something.. All your ideas are greatly appreciated.. Thanks Venky (2 Replies)
Discussion started by: venkyA
2 Replies

2. UNIX for Advanced & Expert Users

Problem with HLFS

Hi, I am tyring to build the HLFS version SVN 20080603. Everything was going smoothly until i reached chapter 5.5 Adjusting the Toolchain. The following command is giving me error: echo 'int main(){return 0;}' > dummy.c cc dummy.c ./a.out && readelf -l a.out | grep ': /tools' The command... (2 Replies)
Discussion started by: kanexxx
2 Replies

3. UNIX for Advanced & Expert Users

Problem with Subversion SVN

Hi, I am trtying to install SVN server with Apache. I have already configured apache with SVN modulesh and the same can be seen in the modules directory. -rwxr-xr-x 1 root root 34740 Jul 3 13:43 mod_authz_svn.so -rwxr-xr-x 1 root root 385133 Jul 3 13:43 mod_dav_svn.so now the... (1 Reply)
Discussion started by: Siddheshk
1 Replies

4. Shell Programming and Scripting

SVN activity of certain user

Hi there, I'm looking for some help to get a little script done that shows me (or counts) only the added lines from an SVN repository of one specific user. Anybody has an idea? Thanks, Michael (0 Replies)
Discussion started by: MichaelGiese
0 Replies

5. UNIX for Advanced & Expert Users

SVN Subversion Mac Questions

Hello all, I am the owner of a company that just lost it's programmer. Because I am not a programmer, I am trying to see if I can get some assistance setting up the following: Hey - couple questions On the SERVER SVN is kept. Is is maintained under the user USERSERVER The problem is... (0 Replies)
Discussion started by: yoyoyo777
0 Replies

6. UNIX for Advanced & Expert Users

Configure SVN for live Website!!

Hi all, Thanks in Adavance!!, I want to configure Subversion for live website, and if i made any changes in code once i commit the code, need to reflect in the live website. I installed SVN using this link but when i check browser using http://localhost/repos it shows... (0 Replies)
Discussion started by: anishkumarv
0 Replies

7. UNIX for Advanced & Expert Users

SVN main directory sync

I'm quite new to SVN and having configured it based on tutorials from youtube etc, I have it setup like below: * User1 and User2 can commit and update using their own passwords, * Updates from both user1 and user2 are visible to each other * files are shared between both user1 and user2 *... (2 Replies)
Discussion started by: busyboy
2 Replies