Sponsored Content
Top Forums Shell Programming and Scripting Making post down hook script for svn regarding sending emails after an file is committed in svn Post 302943866 by sunsun06060606 on Wednesday 13th of May 2015 12:18:36 PM
Old 05-13-2015
Wrench Making post down hook script for svn regarding sending emails after an file is committed in svn

Hi Folks ,

I am asking this question but i apologise please if this is not the correct forum ,

I have to develop a shell script that i want to place in at hooks/post-commit , that is basically i have to develop a post hook script and the main functionality of that script would be lets say if a user commit any piece of code in other words lets say if a user do changes in a file by modifying or by removing any text then when he commits that file in svn repository that script would be executed and it will be sending a mail to an email id mentioned in script and in that mail body there will be text which was removed by user shown in red color and the text that was added by user shown in green color

so the things that shell script consisits of is

email id of reciever
and from where the mail is sent

folks please advise how to develop such script as an example i have seen the ruby script to achieve the same sharing the url for that also...

Code:
http://gurge.com/2006/09/10/subversion-post-commit-email-hook-in-ruby/

Code:
https://mikewest.org/2006/06/subversion-post-commit-hooks-101

but i want to develop the shell script to achieve the same.SmilieSmilie

Folks any early help and advise would be highly appreciated

Last edited by sunsun06060606; 05-14-2015 at 03:53 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

svn diff failed (no such file or directory)

I'm on ubuntu fiesty using svn as version control and gvim as my IDE. i like to review changes to files before checking them in. at some point in my life i used " svn diff {path}/{filename} " this now returns Index: {path}/{file}... (5 Replies)
Discussion started by: manic
5 Replies

2. AIX

AIX 6.1 SVN

Can anybody provide me with useful links how to install SVN on AIX 6.1? (10 Replies)
Discussion started by: wwwzviadi
10 Replies

3. UNIX for Advanced & Expert Users

extracting the component names from SVN changes xml file

Hi All, The following is the sample xml which is generated by a tool called HUDSON when ever change occurs in SVN(Sub version namespace). In the given XML , path/paths tags ll be vary depends on no.of changes. now , my requirement is, need a script which can extract the payment and... (1 Reply)
Discussion started by: geervani
1 Replies

4. Ubuntu

svn keyrings

Hello, I have a svn account and can use it easly trought Web browser inserting username and passwd. But I get problems when I wanna do the same via shell, here the output that I get: svn --username myusername co https://address/repo/ . Password for '(null)' GNOME keyring: svn: OPTIONS... (0 Replies)
Discussion started by: Dedalus
0 Replies

5. UNIX for Dummies Questions & Answers

svn question

Hello, This one really stumps me. I checked out a repo to a subdirectory. I created a simple post-commit hook that updates the webserver. A. When I update with the command line everything is fine. B. When I use a GUI program to commit, I get this message in the log: Host key verification... (3 Replies)
Discussion started by: mike628
3 Replies

6. Shell Programming and Scripting

svn check out

If I am transfering a folder from svn location to my unix server with below command, it is working – svn co svn+ssh://bcvxsvxxnp01.corp.ocwen.com/svn/repos/repos/REALResolution/CalcEngine/CalcEngine\ QA/1852011_CalcEngine_v5.1 But when I do below thing – ... (0 Replies)
Discussion started by: thearpit
0 Replies

7. Shell Programming and Scripting

gets all files details committed to svn by a particular user [or all users] since a particular date

Here is a shell for printing committed person's: 1. Revision number 2. Name 3. Date of commit 4. Files committed. 5. committing comment 6. Date I just made for my usage. May be helpful for you too. Do as follows. create a file $ vi svn_get_user_committed_files_details.sh press i... (3 Replies)
Discussion started by: linuxadmin
3 Replies

8. Solaris

How to integrate SVN client to SVN server repository.

Hi, I am new to SVN configuration on Solaris 10.I have installed SVN client version 1.7. bash-3.00# ./svn --version svn, version 1.7.4 (r1295709) compiled Mar 2 2012, 12:59:36 Here my requirement is how to integrate svn client to One of the SVN server repository. My repository... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

9. Shell Programming and Scripting

UNIX command/script svn log to get just the files information

Just need the directory name and files changes information in svn log This is my svn log verbose: svn log -v //test/svn/Demo/branches/HelloWorld/Batch --limit 2 ------------------------------------------------------------------------ r133 | testuser1 | 2013-04-02 18:22:28 -0400 (Tue, 02 Apr... (22 Replies)
Discussion started by: iaav
22 Replies

10. UNIX for Dummies Questions & Answers

Svn update

dear all after a wile that i was able to update my model with ''svn update'', now i can not update my model with that command:mad:. my model is COAWST please see the following error: $ svn update svn: OPTIONS of 'https://coawstmodel.sourcerepo.com/coawstmodel/COAWST': SSL handshake failed:... (1 Reply)
Discussion started by: komijani
1 Replies
SVN-MAILER(1)							   User Commands						     SVN-MAILER(1)

NAME
svn-mailer - A feature rich subversion commit notification tool SYNOPSIS
svn-mailer --commit -d repos -r rev [-f config] svn-mailer --propchange -d repos -r rev -a author -n propname [-o action] [-f config] svn-mailer --lock -d repos -a author [-f config] svn-mailer --unlock -d repos -a author [-f config] DESCRIPTION
The svnmailer package is a tool to post notifications of subversion events to various targets in different ways. Currently implemented: Mail via SMTP or a sendmail pipe, news via NNTP, XML via XMLRPC to a CIA tracker (see http://cia.navi.cx/ for details). The svn-mailer command line script is typically invoked via subversion's hook mechanism, but you can run it manually as well. This is use- ful to resend missing messages or for debugging purposes. Remember to start it under the correct user/group id. Otherwise it may have problems to open the repository or the config file. The svnmailer can be used in most cases as a drop-in replacement for mailer.py distributed with subversion. There are some subtle differ- ences which are dedicated to more behavior consistency. (Hopefully) all of them are stated in the HTML documentation. GENERAL OPTIONS --version show program's version number and exit -h, --help show a help message and exit COMMON PARAMETERS --debug Run in debug mode (means basically that all messages are sent to STDOUT) -dREPOSITORY, --repository=REPOSITORY The repository directory -fCONFIG, --config=CONFIG The configuration file -ePATH_ENCODING, --path-encoding=PATH_ENCODING Specifies the character encoding to be used for filenames. By default the encoding is tried to be determined automatically depending on the locale. BEHAVIOR OPTIONS The behavior options are mutually exclusive, i.e. the last one wins. -c, --commit This is a regular commit of versioned data (post-commit hook). This is default. -p, --propchange This is a modification of unversioned properties (post-revprop-change hook) -l, --lock (svn 1.2 and later) This is a locking call (post-lock hook). The locked file names are read from STDIN. -u, --unlock (svn 1.2 and later) This is a unlocking call (post-unlock hook). The unlocked file names are read from STDIN. SUPPLEMENTAL PARAMETERS -rREVISION, --revision=REVISION The modified/committed revision number -aAUTHOR, --author=AUTHOR The author of the modification -nPROPNAME, --propname=PROPNAME The name of the modified property -oACTION, --action=ACTION (svn 1.2 and later) The property change action. If specified, the old property value is read from STDIN. CONFIGURATION FILES
If the configuration file is not specified on the command line it is searched at default locations. The first one found is loaded. The locations are, in order: mailer.conf in the conf/ directory of the given repository, mailer.conf in the script directory itself, /etc/svn- mailer.conf. OLD STYLE COMMAND LINE
Alternatively you can use the old style compatibility command lines (options described above don't apply then): svn-mailer commit repos rev [config] svn-mailer propchange repos rev author propname [config] With svn 1.2 and later: svn-mailer propchange2 repos rev author propname action [config] svn-mailer lock repos author [config] svn-mailer unlock repos author [config] REPORTING BUGS
If you've found a bug or have an idea how to improve the svnmailer, please send a mail to <svnmailer-bugs@perlig.de>. AUTHOR INFORMATION
Andre "nd" Malo <nd@perlig.de>, GPG: 0x8103A37E SEE ALSO
The full documentation of the svnmailer package is maintained in HTML form. You may find it in the /usr/share/doc/svnmailer/ directory at your site or online at <http://opensource.perlig.de/svnmailer/>. For detailed information about subversion, consult the subversion book at <http://svnbook.red-bean.com/>. svn-mailer 1.0.8 2006 SVN-MAILER(1)
All times are GMT -4. The time now is 03:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy