Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
SVN::Hooks::AllowLogChange - Allow changes in revision log messages. VERSION
version 1.19 SYNOPSIS
This 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$/); 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::AllowLogChange(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

grep problem

just a file with thousands of filenames and I wanna get all files with the same extension, like .Z for example.... users/123/a.Z users/424234/fafa.Z users/424234/asda.log daa/dsss/222/efesa-01002-01:00-A.Z how to solve this issue? when you make.. grep .Z file >newfile grep ".Z"... (5 Replies)
Discussion started by: svennie
5 Replies

2. Post Here to Contact Site Administrators and Moderators

change log in name

I wish to change my log in name. How do I either change it or delete it and create a new name? (1 Reply)
Discussion started by: PamRainwater
1 Replies

3. UNIX for Dummies Questions & Answers

look for users to be looged on or off

what am i doing wrong here's code. i have a file that has names of users and i want to know when they log on and off.:confused: while true do for X in "friends1" do if who | grep "$X" then echo "$X is logged in" else sleep 5 fi echo who > on if then echo "$X is logged... (1 Reply)
Discussion started by: ladytwo
1 Replies

4. UNIX for Dummies Questions & Answers

How to log what users are doing??

Guys i am new in forum and come to ask some help in this. What i want is to log what users are doing. Someone told me to make a script and get the history commands of all users and storage this in a DB. but the problem in this is, i want to log all things. Why this? why my 2 machines is only a... (4 Replies)
Discussion started by: Amgrim
4 Replies

5. UNIX and Linux Applications

SVN user permissions trouble

I am trying to add a user to my SVN server that can only access one of about a dozen repositories I have set up. Here are the files that I think need changed and what I have set them to. No matter what I try with these files I am unable to see the results I am after. In the end I want this new... (0 Replies)
Discussion started by: benn600
0 Replies

6. Shell Programming and Scripting

User restrictions

Hi, I am setting up a new Suse server and I'm very happy with it :). So far Apache2, SVN, PHP5 and MySQL are up and running. Now I want to create and delete users (for coders for our projects) but they aren't allowed to do anything so there must be some restrictions. I want access restriction so... (0 Replies)
Discussion started by: kever
0 Replies

7. UNIX for Dummies Questions & Answers

User restrictions

Hi, I am setting up a new Suse server and I'm very happy with it . So far Apache2, SVN, PHP5 and MySQL are up and running. Now I want to create and delete users (for coders for our projects) but they aren't allowed to do anything so there must be some restrictions. I want access restriction so... (1 Reply)
Discussion started by: kever
1 Replies