Query: svn::hooks::allowlogchange
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVN::Hooks::AllowLogChange(3pm) User Contributed Perl Documentation SVN::Hooks::AllowLogChange(3pm)NAMESVN::Hooks::AllowLogChange - Allow changes in revision log messages.VERSIONversion 1.19SYNOPSISThis SVN::Hooks plugin is used to allow revision log changes by some users. It's deprecated. You should use SVN::Hooks::AllowPropChange instead. It's active in the "pre-revprop-change" hook. It's configured by the following directive. ALLOW_LOG_CHANGE(WHO, ...) This directive enables the change of revision log messages, which are mantained in the "svn:log" revision property. The optional WHO argument specifies the users that are allowed to make those changes. If absent, any user can change a log message. Otherwise, it specifies the allowed users depending on its type. STRING Specify a single user by name. REGEXP Specify the class of users whose names are matched by the Regexp. ALLOW_LOG_CHANGE(); ALLOW_LOG_CHANGE('jsilva'); ALLOW_LOG_CHANGE(qr/silva$/);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::AllowLogChange(3pm)
Related Man Pages |
---|
git::svn::editor(3) - centos |
svn::hooks(3pm) - debian |
svn::hooks::allowlogchange(3pm) - debian |
svn::hooks::allowpropchange(3pm) - debian |
svn::hooks::checkmimetypes(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
grep problem |
look for users to be looged on or off |
How to log what users are doing?? |
CrossVC 2.1.2 (XXL branch) |
SVN user permissions trouble |