[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVNLook in Perl Script - Help!

From: Tyler <tyler.badorrek_at_ngc.com>
Date: Thu, 29 Oct 2009 13:37:48 -0700 (PDT)

I am very new to both Subversion and Perl, but I need to write a post-commit hook script in Perl to copy changes made in commits to another directory. What I'm stuck on is calling svnlook in my perl script to discover any changes. This is the code I have to do this specific part:

############################
($repos, $txn) = @ARGV;
print $repos . " " . $txn;
$txn = "-t $txn";
 
$svn_output = '$svnlook changed $txn $repos';
print $svn_output;
############################

I have $svnlook defined to the full path of svnlook.exe, and there are no errors. When I execute the script, nothing seems to happen with svn, and '$svnlook changed $txn $repos' is literally printed to the command line.

What I really need is some beginner help with calling svnlook changed in a perl script, I can't seem to figure this out.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2412815

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-29 21:41:22 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.