[vhffs-dev] [857] Fixed SVN post commit script

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 857
Author:   gradator
Date:     2007-09-03 18:09:13 +0000 (Mon, 03 Sep 2007)

Log Message:
-----------
Fixed SVN post commit script

Modified Paths:
--------------
    trunk/vhffs-robots/misc/vhffs_post_commit.pl


Modified: trunk/vhffs-robots/misc/vhffs_post_commit.pl
===================================================================
--- trunk/vhffs-robots/misc/vhffs_post_commit.pl	2007-09-02 21:56:49 UTC (rev 856)
+++ trunk/vhffs-robots/misc/vhffs_post_commit.pl	2007-09-03 18:09:13 UTC (rev 857)
@@ -64,13 +64,14 @@
 # MODE : mailinglist
 if( $svn->{ml_name} ne '' )
 {
-	my %params;
-	%params->{'repos_path'} = $repopath;
-	%params->{'revision'} = $rev;
-	%params->{'from'} = $svnconf->{'notify_from'};
-	%params->{'to'} = $svn->{ml_name};
-	%params->{'with_diff'} = 1;
-	%params->{'attach_diff'}  = 1;
+	my %params = (
+		repos_path => $repopath,
+		revision => $rev,
+		from => $svnconf->{'notify_from'},
+		to => $svn->{ml_name},
+		with_diff => 1,
+		attach_diff => 1,
+	);
 
 	my $notifier = SVN::Notify->new(%params);
 	$notifier->prepare;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/