Query: svn::hooks::denychanges
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVN::Hooks::DenyChanges(3pm) User Contributed Perl Documentation SVN::Hooks::DenyChanges(3pm)NAMESVN::Hooks::DenyChanges - Deny some changes in a repository.VERSIONversion 1.19SYNOPSISThis SVN::Hooks plugin is used to disallow the addition, deletion, or modification of parts of the repository structure. It's active in the "pre-commit" hook. It's configured by the following directives. DENY_ADDITION(REGEXP, ...) This directive denies the addition of new files matching the Regexps passed as arguments. DENY_ADDITION(qr/.(doc|xls|ppt)$/); # ODF only, please DENY_DELETION(REGEXP, ...) This directive denies the deletion of files matching the Regexps passed as arguments. DENY_DELETION(qr/contract/); # Can't delete contracts DENY_UPDATE(REGEXP, ...) This directive denies the modification of files matching the Regexps passed as arguments. DENY_UPDATE(qr/^tags/); # Can't modify tags DENY_EXCEPT_USERS(LIST) This directive receives a list of user names which are to be exempt from the rules specified by the other directives. DENY_EXCEPT_USERS(qw/john mary/); This rule exempts users "john" and "mary" from the other deny rules.AUTHORGustavo L. de M. Chaves <gnustavo@cpan.org>COPYRIGHT AND LICENSEThis 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::DenyChanges(3pm)
Related Man Pages |
---|
svn::class::dir(3pm) - debian |
svn::hooks::checkmimetypes(3pm) - debian |
svn::hooks::jiraacceptance(3pm) - debian |
svn::hooks::notify(3pm) - debian |
svn::web::list(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Office tool for HP-UX 11.0 ? |
awk output? |
string operation |
Python, keep successively increasing longer list |
Files Deletion After 20 Minutes |